Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the connection context to be used when establishing the call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ConnectionContext As ConnectionContext
Get
Set
'Usage
Dim instance As CallEstablishOptions
Dim value As ConnectionContext
value = instance.ConnectionContext
instance.ConnectionContext = value
public ConnectionContext ConnectionContext { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.ConnectionContext