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.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string ClientPort { get; set; }
Public Property ClientPort As String
Get
Set
public:
property String^ ClientPort {
String^ get ();
void set (String^ value);
}
member ClientPort : string with get, set
Property Value
Type:
String
The client port.
See Also