SocketTools .NET Edition

WhoisClient.WhoisSearchType Enumeration

Specifies the search options supported by the WhoisClient class.

[Visual Basic]
Public Enum WhoisClient.WhoisSearchType
[C#]
public enum WhoisClient.WhoisSearchType

Remarks

The WhoisSearchType enumeration specifies the types of queries that can be performed using the Search method. If you wish to perform a more complex query using the syntax outlined in RFC 954, specify a search type of searchAny and then provide the search string value that you want to submit.

Members

Member Name Description
searchAny Search for any value that matches the given keyword value. This is the default search type.
searchHandle Search for a handle that matches the given keyword value.
searchName Search for a user name that matches the given keyword value.
searchMailbox Search for a user mailbox that matches the given keyword value.

Requirements

Namespace: SocketTools

Assembly: SocketTools.WhoisClient (in SocketTools.WhoisClient.dll)

See Also

SocketTools Namespace