RegisterMethods Property

Gets or sets the methods supported by a registered endpoint.

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

Syntax

'Declaration
Public Property RegisterMethods As String
    Get
    Set
'Usage
Dim instance As LocalEndpointSettings
Dim value As String

value = instance.RegisterMethods

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

Property Value

Type: System..::..String

Remarks

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

See Also

Reference

LocalEndpointSettings Class

LocalEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace