SyslogFraming Enum
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
Specifies Syslog message framing.
Syntax
public enum SyslogFraming
Fields
Name | Description |
---|---|
AutoDetect | Automatically detects whether to use OctetCounting or NonTransparent. |
NonTransparent | The Non-Transparent-Framing as defined in RFC 6587. |
OctetCounting | The Octet Counting framing as defined in RFC 6587. |