IrcRawMessageEventArgs
Defined in IrcDotNet.dll.
Provides data for the IrcClient.RawMessageSent and
IrcClient.RawMessageReceived events.
Instance members
Instance member | Description |
Message()
Signature: unit -> unit
|
Gets the message that was sent/received by the client. |
RawContent()
Signature: unit -> unit
|
Gets the raw content of the message. |