The host name of the connecting computer. This can be used for checking against security policies in order to determine whether the connection should be allowed


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public remoteHostname As String
C#
public string remoteHostname;
C++
public:
 String remoteHostname sealed ;
J#
public string remoteHostname
JScript
public remoteHostname : String;

See Also