SdpOrigin.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 or sets the IP address found in the "o" line of 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 the connection is null.