Specifies the search options supported by the WhoisClient class.
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.
| 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. |
Namespace: SocketTools
Assembly: SocketTools.WhoisClient (in SocketTools.WhoisClient.dll)