Share via


LocalEndpointSettings.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

This is an advanced setting and most applications do not need to set it. Only applications that know exactly which SIP methods they support should set it. If it is empty, support for all the required SIP methods are advertised in the register request.

See Also

Reference

LocalEndpointSettings Class

LocalEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace