Creates a new request with the specified method type and target URI.

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

Syntax

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

Dim 
instance 
As New 

Request(
method, _
	
requestUri)
C#
public 
Request(
	
string 
method,
	
string 
requestUri
)

Parameters

method
Type: System . . :: . . String
requestUri
Type: System . . :: . . String

See also