SipEndpoint.RegisterMethods Property

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.

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

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace