SyslogException.GetRawData Method
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
GetRawData()
Gets the received data; or null if it is not meaningful for this error.
Declaration
public byte[] GetRawData()
Returns
Type | Description |
---|---|
Byte[] | The raw data received over the connection; or null if not available. |