Gets or sets the target host name used for authenticating as client.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public string TargetHost { get; set; }
Visual Basic
Public Property TargetHost As String
	Get
	Set
Visual C++
public:
property String^ TargetHost {
	String^ get ();
	void set (String^ value);
}

See Also