SdpMediaDescription.Connection 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 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
Exceptions
Thrown when Connection is set to null. Use Connection.Reset(null) to indicate no "c" line is present.