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