SocketTools .NET Edition

WhoisClient.HostName Property

Gets and sets a value which specifies the host name used to establish a connection.

[Visual Basic]
Public Property HostName As String
[C#]
public string HostName {get; set;}

Property Value

A string which specifies a host name.

Remarks

The HostName property can be used to set the host name for a remote system that you wish to communicate with. If the AutoResolve property is set to true and the name can be resolved to a valid Internet address, the HostAddress property will be updated with that value.

See Also

WhoisClient Class | SocketTools Namespace