Gets the action to perform. If null or empty, the request should perform an INVITE. This is retrieved from the method= URI parameter on the Refer-To header if required.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Method 
As 
String
C#
public 
string 
Method { 
get; }
Visual C++
public:
property 
String^ 
Method {
	
String^ 
get ();
}
JavaScript
function get_
method();

See Also