LocalEndpointSettings.RegisterMethods Property

Definition

Gets or sets the methods supported by a registered endpoint.

public:
 property System::String ^ RegisterMethods { System::String ^ get(); void set(System::String ^ value); };
public string RegisterMethods { get; set; }
member this.RegisterMethods : string with get, set
Public Property RegisterMethods As String

Property Value

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.

Applies to