Thresher 1.2 Class Documentation

WhoisEventHandler Delegate

The response to a Whois request.

[Visual Basic]
Public Delegate Sub WhoisEventHandler( _
   ByVal whoisInfo As WhoisInfo _
)
[C#]
public delegate void WhoisEventHandler(
   WhoisInfo whoisInfo
);

Parameters

whoisInfo
The data associated with the nick queried.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace | OnWho