Thresher 1.2 Class Documentation

FileTransferStartedEventHandler Delegate

The file transfer connection has been successfully opened and the data transfer has begun.

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

Parameters

session
The session in which the transfer has started.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace