C# Class IrcDotNet.IrcServerLinksListReceivedEventArgs

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

Méthodes publiques

Méthode Description
IrcServerLinksListReceivedEventArgs ( IList links ) : System.Net.Security

Initializes a new instance of the IrcServerLinksListReceivedEventArgs class.

Method Details

IrcServerLinksListReceivedEventArgs() public méthode

Initializes a new instance of the IrcServerLinksListReceivedEventArgs class.
public IrcServerLinksListReceivedEventArgs ( IList links ) : System.Net.Security
links IList A list of information about the server links that was returned by the server.
Résultat System.Net.Security