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

Visual Basic (Declaration)
Public 
Property 
RegisterMethods 
As 
String
C#
public 
string 
RegisterMethods { 
get; 
set; }
Visual C++
public:
property 
String^ 
RegisterMethods {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
registerMethods();
function set_
registerMethods(
value);

See Also