Creates a new request with the specified standard method type.

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

Syntax

Visual Basic (declaration)
Public 
Sub 
New ( _
	
method 
As 

Request

.
.
::
.
.
StandardMethodType _
)
Visual Basic (usage)
Dim 
method 
As 

Request

.
.
::
.
.
StandardMethodType

Dim 
instance 
As New 

Request(
method)
C#
public 
Request(
	

Request

.
.
::
.
.
StandardMethodType 
method
)

See also