C# Class IrcShark.Chatting.Irc.PingReceivedEventArgs

The PingReceivedEventArgs belongs to the IrcClient.PingReceivedEventHandler and the IrcClient.PingReceived event.
Inheritance: IrcEventArgs
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
PingReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the PingReceivedEventArgs class.

Method Details

PingReceivedEventArgs() public méthode

Initializes a new instance of the PingReceivedEventArgs class.
public PingReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line what holds the ping event.
Résultat System