C# Class IrcDotNet.IrcServerStatsReceivedEventArgs

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

Méthodes publiques

Méthode Description
IrcServerStatsReceivedEventArgs ( IList entries ) : System.Net.Security

Initializes a new instance of the IrcServerStatsReceivedEventArgs class.

Method Details

IrcServerStatsReceivedEventArgs() public méthode

Initializes a new instance of the IrcServerStatsReceivedEventArgs class.
public IrcServerStatsReceivedEventArgs ( IList entries ) : System.Net.Security
entries IList A list of statistical entries that was returned by the server.
Résultat System.Net.Security