C# Class IrcDotNet.Ctcp.CtcpRawMessageEventArgs

Provides data for the CtcpClient.RawMessageSent and CtcpClient.RawMessageReceived events.
Inheritance: System.EventArgs
Mostra file Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
CtcpRawMessageEventArgs ( CtcpClient message ) : System

Initializes a new instance of the CtcpRawMessageEventArgs class.

Method Details

CtcpRawMessageEventArgs() public method

Initializes a new instance of the CtcpRawMessageEventArgs class.
public CtcpRawMessageEventArgs ( CtcpClient message ) : System
message CtcpClient The message that was sent/received.
return System