|
EndpointRemoteIpAddress Property |
Gets the remote IP address.
Namespace: Xcalibur.NativeMethods.V2.NetworkingAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public IPAddress RemoteIpAddress { get; }
Public ReadOnly Property RemoteIpAddress As IPAddress
Get
public:
property IPAddress^ RemoteIpAddress {
IPAddress^ get ();
}
member RemoteIpAddress : IPAddress with get
Property Value
IPAddress
The remote ip address.
See Also