C# Class IrcDotNet.IrcPingOrPongReceivedEventArgs

Provides data for the IrcClient.PingReceived and IrcClient.PongReceived events.
Inheritance: System.EventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

Méthode Description
IrcPingOrPongReceivedEventArgs ( string server ) : System.Net.Security

Initializes a new instance of the IrcPingOrPongReceivedEventArgs class.

Method Details

IrcPingOrPongReceivedEventArgs() public méthode

Initializes a new instance of the IrcPingOrPongReceivedEventArgs class.
public IrcPingOrPongReceivedEventArgs ( string server ) : System.Net.Security
server string The name of the server that is the source of the ping or pong.
Résultat System.Net.Security