Gets the host name of the Gateway daemon this GatewayConnection is or was connected to.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string HostName { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property HostName As String |
Visual C++ |
---|
public: property String^ HostName { String^ get (); } |