Edit

Share via


SendMessageOptions.ConnectionContext Property

Definition

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.

Applies to