Creates a new instance of PingReplyEventArgs.
Namespace: NetIrc2.EventsAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PingReplyEventArgs( IrcIdentity identity, int delay )
Parameters
- identity
- Type: NetIrc2 IrcIdentity
The user who is replying to your ping request.
- delay
- Type: System Int32
The ping time, in milliseconds.
See Also