The local host name that the connection was received on. Different services can use different local endpoints to allow different settings for different segments


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

Syntax

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

See Also