Thresher 1.2 Class Documentation

FileTransferTimeoutEventHandler Delegate

There has been no activity in this session for the timeout period. The session is automatically closed and this event is raised.

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

Parameters

session
The session in which the timeout occurred.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace