C# Class IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs

Provides data for the CtcpClient.PingResponseReceived event.
Inheritance: CtcpResponseReceivedEventArgs
Mostra file Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
CtcpPingResponseReceivedEventArgs ( IrcUser user, System.TimeSpan pingTime ) : System

Initializes a new instance of the CtcpPingResponseReceivedEventArgs class.

Method Details

CtcpPingResponseReceivedEventArgs() public method

Initializes a new instance of the CtcpPingResponseReceivedEventArgs class.
public CtcpPingResponseReceivedEventArgs ( IrcUser user, System.TimeSpan pingTime ) : System
user IrcUser
pingTime System.TimeSpan The ping time.
return System