Skip to content

6efce454 409a 3655 f9a0 91eeb0d928eb

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

NetworkLoggerSettings.Encoding Property

Gets or sets the used encoding.

Namespace: Plexdata.LogWriter.Settings
Assembly: Plexdata.LogWriter.Network (in Plexdata.LogWriter.Network.dll) Version: 1.0.7.1

Syntax

C#

public Encoding Encoding { get; set; }

Property Value

Type: Encoding
The encoding to be used.

Implements

INetworkLoggerSettings.Encoding

Remarks

This property allows to change the encoding to be used. Default value is UTF-8.

See Also

Reference

NetworkLoggerSettings Class
Plexdata.LogWriter.Settings Namespace

Clone this wiki locally