Sets a new target user (logical destination) for the request. The actual destination address for request routing is not provided. Other applications and/or servers should come up with the route. Setting request URI directly implies that the actual destination address is provided.

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

Syntax

Visual Basic (declaration)
Public 
Sub 
Retarget ( _
	
targetUserUri 
As 
String _
)
Visual Basic (usage)
Dim 
instance 
As 

Request
Dim 
targetUserUri 
As 
String

instance.
Retarget(
targetUserUri)
C#
public 
void 
Retarget(
	
string 
targetUserUri
)

Parameters

targetUserUri
Type: System . . :: . . String

See also