Edit

Share via


SipEndpoint.RegisterMethods Property

Definition

Gets or sets the methods supported by this endpoint to be specified in the Register message. By default, this is set to support subscription and signaling sessions. The application should normally set this property before calling the Register method. If this is set after the Register method is completed, it will take effect when a Register refresh occurs.

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

Applies to