SyslogClientSettings.EmitUtf8Preamble Property
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
EmitUtf8Preamble
Specifies whether to emit UTF-8 preamble (BOM) at the beginning of the message part. Null means default for the used Format, which is true for Modern and false for all other formats.
Declaration
public bool? EmitUtf8Preamble { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |