Thresher 1.2 Class Documentation

Sender.Whois Method 

Request detailed information about a given user.

[Visual Basic]
Public Sub Whois( _
   ByVal nick As String _
)
[C#]
public void Whois(
   string nick
);

Parameters

nick
The nick of the query subject.

Remarks

Possible Errors

Exceptions

Exception TypeCondition
ArgumentExceptionIf the nick is invalid.

See Also

Sender Class | Sharkbite.Irc Namespace | OnWhois | WhoisInfo