Request.Retarget(String) Method

Definition

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.

public:
 void Retarget(System::String ^ targetUserUri);
public void Retarget (string targetUserUri);
Public Sub Retarget (targetUserUri As String)

Parameters

targetUserUri
String

Applies to