Click or drag to resize
TransportClientPort Property
This parameter provides the unicast RTP/RTCP port pair on which the client has chosen to receive media data and control information. It is specified as a pair, e.g., client_port=3456-3457.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public string ClientPort { get; set; }

Property Value

Type: String
The client port.
See Also