SyslogMessageReceivedEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
Provides data for MessageReceived event.
Syntax
public class SyslogMessageReceivedEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
Binding | Gets the SyslogBinding related to the message. |
Message | Gets the syslog message. |
ReceivedTime | Gets the date and time at which this syslog message was received. |
RemoteEndPoint | Gets the remote endpoint from which this syslog message was received. |