Returns a StandardMethodTypeenum value that matches the supplied method.

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

Syntax

Visual Basic (declaration)
Public 
Shared 
Function 
GetStandardMethod ( _
	
method 
As 
String _
) 
As 

Request

.
.
::
.
.
StandardMethodType
Visual Basic (usage)
Dim 
method 
As 
String
Dim 
returnValue 
As 

Request

.
.
::
.
.
StandardMethodType

returnValue = 

Request.
GetStandardMethod(
method)
C#
public 
static 

Request

.
.
::
.
.
StandardMethodType 
GetStandardMethod(
	
string 
method
)

Parameters

method
Type: System . . :: . . String

See also