 | ServerContextLocalHostName Property |
Gets the name of the local host.
Namespace: Ookii.Jumbo.RpcAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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
StringThe name of the local host.
See Also