CallReceivedEventArgsBase.Connection Property
Gets the connection that was used to receive this call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Connection As RealTimeConnection
Get
'Usage
Dim instance As CallReceivedEventArgsBase
Dim value As RealTimeConnection
value = instance.Connection
public RealTimeConnection Connection { get; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeConnection
See Also
Reference
CallReceivedEventArgsBase Class