UdpNetworkMulticastClientLocalEndPoint Property |
Locally bound EndPoint.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic IPEndPoint LocalEndPoint { get; set; }
Public Property LocalEndPoint As IPEndPoint
Get
Set
public:
virtual property IPEndPoint^ LocalEndPoint {
IPEndPoint^ get () sealed;
void set (IPEndPoint^ value) sealed;
}
abstract LocalEndPoint : IPEndPoint with get, set
override LocalEndPoint : IPEndPoint with get, set
Property Value
Type:
IPEndPoint
The local end point.
Implements
INetworkClientLocalEndPoint
See Also