| ServerContextClientHostName Property |
Gets the host name of the client that called the server.
Namespace:
Ookii.Jumbo.Rpc
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public string ClientHostName { get; }
Public ReadOnly Property ClientHostName As String
Get
public:
property String^ ClientHostName {
String^ get ();
}
member ClientHostName : string with get
Property Value
Type:
StringSee Also