C# Class IrcShark.Chatting.Irc.PingReceivedEventArgs

The PingReceivedEventArgs belongs to the IrcClient.PingReceivedEventHandler and the IrcClient.PingReceived event.
Inheritance: IrcEventArgs
显示文件 Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
PingReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the PingReceivedEventArgs class.

Method Details

PingReceivedEventArgs() public method

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