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