Creates a new request with the specified method type.

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

Syntax

Visual Basic (declaration)
Public 
Sub 
New ( _
	
method 
As 
String _
)
Visual Basic (usage)
Dim 
method 
As 
String

Dim 
instance 
As New 

Request(
method)
C#
public 
Request(
	
string 
method
)

Parameters

method
Type: System . . :: . . String

See also