C# Class IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs

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

Méthodes publiques

Méthode Description
CtcpResponseReceivedEventArgs ( IrcUser user ) : System

Initializes a new instance of the CtcpResponseReceivedEventArgs class.

Method Details

CtcpResponseReceivedEventArgs() public méthode

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