PackWebResponse.ResponseUri Property

Definition

Gets the uniform resource identifier (URI) of the response.

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

Property Value

Uri

The URI of the response.

Applies to

See also