HttpDiagnosticProviderRequestResponseCompletedEventArgs.RequestedUri 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 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.