Gets the host name of the Gateway daemon this GatewayConnection is or was connected to.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0

Syntax

C#
public string HostName { get; }
Visual Basic
Public ReadOnly Property HostName As String
	Get
Visual C++
public:
property String^ HostName {
	String^ get ();
}

Field Value

The host name of the Gateway daemon.

See Also