Thresher 1.2 Class Documentation

ChatRequestTimeoutEventHandler Delegate

When trying to initiate a DCC chat request the remote user did not respond within the alotted time.

[Visual Basic]
Public Delegate Sub ChatRequestTimeoutEventHandler( _
   ByVal session As DccChatSession _
)
[C#]
public delegate void ChatRequestTimeoutEventHandler(
   DccChatSession session
);

Parameters

session
Which session is the source of the event.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace