SdpMediaDescription.TransportProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.