SocketTools .NET Edition

WhoisClient.SearchType Property

Gets and sets the type of query to be performed by the remote server.

[Visual Basic]
Public Property SearchType As WhoisSearchType
[C#]
public WhoisClient.WhoisSearchType SearchType {get; set;}

Property Value

A WhoisSearchType enumeration value which specifies the default type of search to be performed.

Remarks

The SearchType property specifies the default type of query to be performed by the remote server 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.

See Also

WhoisClient Class | SocketTools Namespace