Gets or sets the Port Field.
Namespace: StreamCoders.SdpAssembly: 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 meaning of the transport port depends on the network being used as specified in the
relevant "c" field and on the transport protocol defined in the third sub-field. Other
ports used by the media application (such as the RTCP port, see [2]) should be derived
algorithmically from the base media port.
Note: For transports based on UDP, the value should be in the range 1024 to 65535
inclusive. For RTP compliance it should be an even number.
See Also