C# Class IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs

Provides data for the CtcpClient.VersionResponseReceived event.
Inheritance: CtcpResponseReceivedEventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

Méthode Description
CtcpVersionResponseReceivedEventArgs ( IrcUser user, string versionInfo ) : System

Initializes a new instance of the CtcpVersionResponseReceivedEventArgs class.

Method Details

CtcpVersionResponseReceivedEventArgs() public méthode

Initializes a new instance of the CtcpVersionResponseReceivedEventArgs class.
public CtcpVersionResponseReceivedEventArgs ( IrcUser user, string versionInfo ) : System
user IrcUser
versionInfo string The information about the client version.
Résultat System