RegisterMethods Property

Gets or sets the methods supported by this endpoint to be specified in the Register message.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property RegisterMethods As String
    Get
    Set
'Usage
Dim instance As SipEndpoint
Dim value As String

value = instance.RegisterMethods

instance.RegisterMethods = value
public string RegisterMethods { get; set; }

Property Value

Type: System..::..String
A string containing the register methods.

Remarks

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 takes effect when a Register refresh occurs.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace