property RequestUri: string;
Description
Gets or sets the original Uniform Resource Identifier (URI) of the request.
Following a redirection header does not change the RequestUri property. To get the actual URI that responded to the request, examine the Address property.
See also