Thresher 1.2 Class Documentation | |
DccChatRequestEventHandler Delegate
Someone has requested a DCC chat session.
[Visual Basic]Public Delegate Sub DccChatRequestEventHandler( _
ByVal
dccUserInfo As
DccUserInfo _
)
[C#]public delegate void DccChatRequestEventHandler(
DccUserInfo dccUserInfo);
Parameters
- dccUserInfo
- The collection of information about the remote user.
Requirements
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)
See Also
Sharkbite.Irc Namespace