INetworkConnectionLocalEndPoint Property |
Gets the local end point. Can be null if connection has been broken.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IPEndPoint LocalEndPoint { get; }
ReadOnly Property LocalEndPoint As IPEndPoint
Get
property IPEndPoint^ LocalEndPoint {
IPEndPoint^ get ();
}
abstract LocalEndPoint : IPEndPoint with get
Property Value
Type:
IPEndPointSee Also