SignalingSessionEstablishOptions.ConnectionContext 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 connection context to use for this session.
public:
property Microsoft::Rtc::Signaling::ConnectionContext ^ ConnectionContext { Microsoft::Rtc::Signaling::ConnectionContext ^ get(); void set(Microsoft::Rtc::Signaling::ConnectionContext ^ value); };
public Microsoft.Rtc.Signaling.ConnectionContext ConnectionContext { get; set; }
member this.ConnectionContext : Microsoft.Rtc.Signaling.ConnectionContext with get, set
Public Property ConnectionContext As ConnectionContext
Property Value
Remarks
If the connection context is null, the default algorithm will be used to make a connection if needed for this session.