HTTPRequestEventArgsRemoteAddress Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic IPEndPoint RemoteAddress { get; set; }
Public Property RemoteAddress As IPEndPoint
Get
Set
public:
property IPEndPoint^ RemoteAddress {
IPEndPoint^ get ();
void set (IPEndPoint^ value);
}
member RemoteAddress : IPEndPoint with get, set
Property Value
Type:
IPEndPoint
See Also