| MvOptionsHostName Property |
Gets the host name of the requested connection.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public string HostName { get; }
Public ReadOnly Property HostName As String
Get
public:
property String^ HostName {
String^ get ();
}
Property Value
Type:
String
Host name of the requested connection.
Remarks
If there are several requested connections, the host name
is the one of the first connection.
See Also