Thresher 1.2 Class Documentation

CtcpSender.CtcpPingRequest Method 

Send a CTCP Ping request to another user.

[Visual Basic]
Public Sub CtcpPingRequest( _
   ByVal nick As String, _
   ByVal timestamp As String _
)
[C#]
public void CtcpPingRequest(
   string nick,
   string timestamp
);

Parameters

nick
The target's nick name.
timestamp
The timestamp to send to the target user. These can be generated by Thresher (CreateTimestamp) or by the client application.

Remarks

The target may also respond with an error or nothing at all if it cannot or does not want to answer.

Exceptions

Exception TypeCondition
ArgumentExceptionIf the nick is invalid.

See Also

CtcpSender Class | Sharkbite.Irc Namespace