SyslogException.GetRawData Method
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 8.0.9673)
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. |