SdpMediaDescription.Connection Property

Definition

Gets the details of the "c" line from the SDP.

public:
 property Microsoft::Rtc::Signaling::SdpConnection ^ Connection { Microsoft::Rtc::Signaling::SdpConnection ^ get(); void set(Microsoft::Rtc::Signaling::SdpConnection ^ value); };
public Microsoft.Rtc.Signaling.SdpConnection Connection { get; set; }
member this.Connection : Microsoft.Rtc.Signaling.SdpConnection with get, set
Public Property Connection As SdpConnection

Property Value

SdpConnection

Exceptions

Thrown when Connection is set to null. Use Connection.Reset(null) to indicate no "c" line is present.

Applies to