SignalingSession.Connection Property
Gets the connection used by this signaling session. For incoming sessions, this property can be used to determine the address of the inviter. For outgoing sessions, this property can be used to retrieve information about the connection used. This property can return null if the connection does not exist at the moment.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Connection As RealTimeConnection
Get
Private Set
'Usage
Dim instance As SignalingSession
Dim value As RealTimeConnection
value = instance.Connection
public RealTimeConnection Connection { get; private set; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeConnection