TransportInfoLocalEndPoint Property |
Gets the local endpoint of the transport.
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic IPEndPoint LocalEndPoint { get; }
Public ReadOnly Property LocalEndPoint As IPEndPoint
Get
public:
property IPEndPoint^ LocalEndPoint {
IPEndPoint^ get ();
}
member LocalEndPoint : IPEndPoint with get
Property Value
Type:
IPEndPoint
See Also