UdpNetworkClientRemoteEndPoint Property |
Remote endpoint of the socket.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public IPEndPoint RemoteEndPoint { get; set; }
Public Property RemoteEndPoint As IPEndPoint
Get
Set
public:
virtual property IPEndPoint^ RemoteEndPoint {
IPEndPoint^ get () sealed;
void set (IPEndPoint^ value) sealed;
}
abstract RemoteEndPoint : IPEndPoint with get, set
override RemoteEndPoint : IPEndPoint with get, set
Property Value
Type:
IPEndPoint
The remote end point.
Implements
INetworkClientRemoteEndPointSee Also