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