Edit

Share via


SdpMediaDescription.TransportProtocol Property

Definition

Gets the transport protocol specified in the "m" line. For example, "RTP/AVP". The default value "RTP/AVP" is used when serializing if nothing else is specified.

public:
 property System::String ^ TransportProtocol { System::String ^ get(); void set(System::String ^ value); };
public string TransportProtocol { get; set; }
member this.TransportProtocol : string with get, set
Public Property TransportProtocol As String

Property Value

Exceptions

Thrown when value is null.

Thrown when value is an empty string.

Applies to