ResponseInformation.ActualUri Property

Definition

Gets the URI that contains the requested data.

public:
 property Uri ^ ActualUri { Uri ^ get(); };
Uri ActualUri();
public System.Uri ActualUri { get; }
var uri = responseInformation.actualUri;
Public ReadOnly Property ActualUri As Uri

Property Value

The URI that contains the requested data.

Remarks

If a request sent by an operation never gets redirected, the value of this property is the same as the URI specified in the operation constructor. If a request gets redirected, this property contains the URI that returned the requested data.

Applies to