Endpoint Property

Gets the endpoint associated with the session.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Endpoint As RealTimeEndpoint
    Get
'Usage
Dim instance As SignalingSession
Dim value As RealTimeEndpoint

value = instance.Endpoint
public RealTimeEndpoint Endpoint { get; }

Property Value

Type: Microsoft.Rtc.Signaling..::..RealTimeEndpoint
A [RealTimeEndpoint] object that specifies the endpoint.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace