TransportServerPort Property |
This parameter provides the unicast RTP/RTCP port pair on which the server has chosen to
receive media data and control information. It is specified as a pair, e.g.,
server_port=3456-3457.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string ServerPort { get; set; }
Public Property ServerPort As String
Get
Set
public:
property String^ ServerPort {
String^ get ();
void set (String^ value);
}
member ServerPort : string with get, set
Property Value
Type:
String
The server port.
See Also