![Xcalibur Systems LLC Logo](../icons/logo.png) |
EndpointRemoteAddress Property |
Gets the remote address.
Namespace: Xcalibur.NativeMethods.V2.NetworkingAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic uint RemoteAddress { get; }
Public ReadOnly Property RemoteAddress As UInteger
Get
public:
property unsigned int RemoteAddress {
unsigned int get ();
}
member RemoteAddress : uint32 with get
Property Value
UInt32
The remote address.
See Also