LocalEndpoint.RegisterMethods Property

Definition

Gets the SIP methods that the local endpoint supports and can receive upon registration.

public:
 property System::String ^ RegisterMethods { System::String ^ get(); };
public string RegisterMethods { get; }
member this.RegisterMethods : string
Public ReadOnly Property RegisterMethods As String

Property Value

Remarks

If it is empty, support for all the required SIP methods are advertised in the register request.

Applies to