C# Class IrcDotNet.IrcServerVersionInfoEventArgs

Provides data for the IrcClient.ServerVersionInfoReceived event.
Inheritance: System.EventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

Méthode Description
IrcServerVersionInfoEventArgs ( string version, string debugLevel, string serverName, string comments ) : System.Net.Security

Initializes a new instance of the IrcServerVersionInfoEventArgs class.

Method Details

IrcServerVersionInfoEventArgs() public méthode

Initializes a new instance of the IrcServerVersionInfoEventArgs class.
public IrcServerVersionInfoEventArgs ( string version, string debugLevel, string serverName, string comments ) : System.Net.Security
version string The version of the server.
debugLevel string The debug level of the server.
serverName string The name of the server.
comments string The comments about the server.
Résultat System.Net.Security