PackWebRequest.RequestUri Property

Definition

Gets the URI of the resource associated with the request.

public:
 virtual property Uri ^ RequestUri { Uri ^ get(); };
public override Uri RequestUri { get; }
member this.RequestUri : Uri
Public Overrides ReadOnly Property RequestUri As Uri

Property Value

Uri

The uniform resource identifier (URI) of the resource associated with the request.

Applies to

See also