C# Class IrcDotNet.IrcRawMessageEventArgs

Provides data for the IrcClient.RawMessageSent and IrcClient.RawMessageReceived events.
Inheritance: System.EventArgs
ファイルを表示 Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
IrcRawMessageEventArgs ( IrcClient message, string rawContent ) : System.Net.Security

Initializes a new instance of the IrcRawMessageEventArgs class.

Method Details

IrcRawMessageEventArgs() public method

Initializes a new instance of the IrcRawMessageEventArgs class.
public IrcRawMessageEventArgs ( IrcClient message, string rawContent ) : System.Net.Security
message IrcClient The message that was sent/received.
rawContent string The raw content of the message.
return System.Net.Security