SendMessageOptions.ConnectionContext Property
Gets or sets the connection context to use for this session.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ConnectionContext As ConnectionContext
Get
Set
'Usage
Dim instance As SendMessageOptions
Dim value As ConnectionContext
value = instance.ConnectionContext
instance.ConnectionContext = value
public ConnectionContext ConnectionContext { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.ConnectionContext
Remarks
If the connection context is null, the default algorithm will be used to make a connection if needed for this session.