ResponseInformation.ActualUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.