Request URI.

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

Syntax

Visual Basic (declaration)
Public 
Property 
RequestUri 
As 
String
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

Request
Dim 
value 
As 
String

value = instance.
RequestUri

instance.
RequestUri = 
value
C#
public 
string 
RequestUri { 
get; 
set; }

Property value

Type: System . . :: . . String

Remarks

For outgoing requests, if the request URI is not set, it is initialized based on the TO header.

See also