  | ServerContextLocalHostName Property  | 
 
            Gets the name of the local host.
            
 
    Namespace: 
   Ookii.Jumbo.Rpc
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic static string LocalHostName { get; }Public Shared ReadOnly Property LocalHostName As String
	Get
public:
static property String^ LocalHostName {
	String^ get ();
}static member LocalHostName : string with get
Property Value
Type: 
StringThe name of the local host.
See Also