RegisterMethods Property

Gets the methods supported by a registered endpoint.

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

Syntax

'Declaration
Public ReadOnly Property RegisterMethods As String
    Get
'Usage
Dim instance As LocalEndpoint
Dim value As String

value = instance.RegisterMethods
public string RegisterMethods { get; }

Property Value

Type: System..::..String

Remarks

By default, this is set to support subscription and signaling sessions.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace