Thresher 1.2 Class Documentation

DccSendRequestEventHandler Delegate

Another user has offered to send a file.

[Visual Basic]
Public Delegate Sub DccSendRequestEventHandler( _
   ByVal dccUserInfo As DccUserInfo, _
   ByVal fileName As String, _
   ByVal size As Integer, _
   ByVal turbo As Boolean _
)
[C#]
public delegate void DccSendRequestEventHandler(
   DccUserInfo dccUserInfo,
   string fileName,
   int size,
   bool turbo
);

Parameters

dccUserInfo
The collection of information about the remote user.
fileName
The name of the file to be sent.
size
The size in bytes of the offered file.
turbo
True if the sender will use send-ahead mode.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace