Edit

Share via


SignalingSession.Connection Property

Definition

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.

public:
 property Microsoft::Rtc::Signaling::RealTimeConnection ^ Connection { Microsoft::Rtc::Signaling::RealTimeConnection ^ get(); };
public Microsoft.Rtc.Signaling.RealTimeConnection Connection { get; }
member this.Connection : Microsoft.Rtc.Signaling.RealTimeConnection
Public ReadOnly Property Connection As RealTimeConnection

Property Value

Applies to