| ServerContextClientHostAddress Property |
Gets the IP address of the client that called the server.
Namespace:
Ookii.Jumbo.Rpc
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public IPAddress ClientHostAddress { get; set; }
Public Property ClientHostAddress As IPAddress
Get
Set
public:
property IPAddress^ ClientHostAddress {
IPAddress^ get ();
void set (IPAddress^ value);
}
member ClientHostAddress : IPAddress with get, set
Property Value
Type:
IPAddressSee Also