This parameter provides the RTP/RTCP port pair for a multicast session. It is specified
as a range, e.g., port=3456-3457.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string Port { get; set; }
Public Property Port As String
Get
Set
public:
property String^ Port {
String^ get ();
void set (String^ value);
}
member Port : string with get, set
Property Value
Type:
String
The port.
See Also