Efficient representation of common SIP method types.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
StandardMethod 
As 

Request

.
.
::
.
.
StandardMethodType
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Request
Dim 
value 
As 

Request

.
.
::
.
.
StandardMethodType

value = instance.
StandardMethod
C#
public 

Request

.
.
::
.
.
StandardMethodType 
StandardMethod { 
get; }

Remarks

Values are simple integers that are more efficient to compare than strings. If the method type is not among the predefined values, NonstandardMethod is returned.

See also