Share via


HttpDiagnosticProviderRequestResponseCompletedEventArgs.RequestedUri Property

Definition

Gets the URI of the requested response.

public:
 property Uri ^ RequestedUri { Uri ^ get(); };
Uri RequestedUri();
public System.Uri RequestedUri { get; }
var uri = httpDiagnosticProviderRequestResponseCompletedEventArgs.requestedUri;
Public ReadOnly Property RequestedUri As Uri

Property Value

The URI of the requested response.

Applies to