C# Class IrcDotNet.IrcServerInfoEventArgs

Provides data for events that specify information about a server.
Inheritance: System.EventArgs
Datei anzeigen Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
IrcServerInfoEventArgs ( string address, int port ) : System.Net.Security

Initializes a new instance of the IrcServerInfoEventArgs class.

Method Details

IrcServerInfoEventArgs() public method

Initializes a new instance of the IrcServerInfoEventArgs class.
public IrcServerInfoEventArgs ( string address, int port ) : System.Net.Security
address string The address of the server.
port int The port on which to connect to the server.
return System.Net.Security