SIP method type.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Property 
Method 
As 
String
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

Request
Dim 
value 
As 
String

value = instance.
Method

instance.
Method = 
value
C#
public 
string 
Method { 
get; 
set; }

Property value

Type: System . . :: . . String

Remarks

Standard methods types should be accessed through the StandardMethod property, but these two properties are linked. Setting one property affects the other property.

See also