Thresher 1.2 Class Documentation

DccGetRequestEventHandler Delegate

A remote user has requested a file. To respond use Send with the relevant information.

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

Parameters

dccUserInfo
The requestor's information.
fileName
The name of the requested file.
turbo
True to use send-ahead mode for transfers.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace