C# Class IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs

Provides data for events that indicate a response to a CTCP request.
Inheritance: System.EventArgs
Mostra file Open project: IrcDotNet/IrcDotNet

Public Methods

Method Description
CtcpResponseReceivedEventArgs ( IrcUser user ) : System

Initializes a new instance of the CtcpResponseReceivedEventArgs class.

Method Details

CtcpResponseReceivedEventArgs() public method

Initializes a new instance of the CtcpResponseReceivedEventArgs class.
public CtcpResponseReceivedEventArgs ( IrcUser user ) : System
user IrcUser The user from which the response was received.
return System