ProcessRequestArgs.RequestUri Property

Definition

Gets the URI of an HTTP request to be process.

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

Property Value

Uri

A Uri that contains the URI of the request to be processed.

Applies to