LocalEndpointSettings.RegisterMethods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.