Gets or sets Encoding used to write the packets.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public Encoding Encoding { get; set; }
public Encoding Encoding { get; set; }
Public Property Encoding As Encoding
Get
Set
Public Property Encoding As Encoding
Get
Set
public:
property Encoding^ Encoding {
Encoding^ get ();
void set (Encoding^ value);
}
public:
property Encoding^ Encoding {
Encoding^ get ();
void set (Encoding^ value);
}
Property Value
Type:
Encoding
The
Encoding used to write the packets.
The Encoding used to write the packets.