Thresher 1.2 Class Documentation

CtcpPingReplyEventHandler Delegate

Someone has replied to a Ctcp ping request sent by this client.

[Visual Basic]
Public Delegate Sub CtcpPingReplyEventHandler( _
   ByVal who As UserInfo, _
   ByVal timestamp As String _
)
[C#]
public delegate void CtcpPingReplyEventHandler(
   UserInfo who,
   string timestamp
);

Parameters

who
Who sent the reply.
timestamp
The timestamp originally sent in the request."

Requirements

Namespace: Sharkbite.Irc

Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)

See Also

Sharkbite.Irc Namespace