INetworkClientLocalEndPoint Property |
Gets or sets the local end point.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
SyntaxIPEndPoint LocalEndPoint { get; set; }
Property LocalEndPoint As IPEndPoint
Get
Set
property IPEndPoint^ LocalEndPoint {
IPEndPoint^ get ();
void set (IPEndPoint^ value);
}
abstract LocalEndPoint : IPEndPoint with get, set
Property Value
Type:
IPEndPoint
The local end point.
See Also