Thresher 1.2 Class Documentation

FileTransferInterruptedEventHandler Delegate

Something happened to stop the transfer before it was completed. Normally this will be due to one of the sides canceling the transfer.

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

Parameters

session
The session in which the transfer was interrupted.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace