C# Class IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs

Provides data for the CtcpClient.VersionResponseReceived event.
Inheritance: CtcpResponseReceivedEventArgs
Mostra file Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
CtcpVersionResponseReceivedEventArgs ( IrcUser user, string versionInfo ) : System

Initializes a new instance of the CtcpVersionResponseReceivedEventArgs class.

Method Details

CtcpVersionResponseReceivedEventArgs() public method

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.
return System