C# Class IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs

Provides data for the CtcpClient.PingResponseReceived event.
Inheritance: CtcpResponseReceivedEventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

Méthode Description
CtcpPingResponseReceivedEventArgs ( IrcUser user, System.TimeSpan pingTime ) : System

Initializes a new instance of the CtcpPingResponseReceivedEventArgs class.

Method Details

CtcpPingResponseReceivedEventArgs() public méthode

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