WebAuditEvent::RequestInformation Property
.NET Framework (current version)
Get the information associated with the Web request.
Assembly: System.Web (in System.Web.dll)
public: property WebRequestInformation^ RequestInformation { WebRequestInformation^ get(); }
Property Value
Type: System.Web.Management::WebRequestInformation^A WebRequestInformation that contains the information associated with the Web request.
Use the information provided by the RequestInformation property to help in the discovery of the causes of a malfunction.
The following code example shows how to obtain request information through the WebRequestInformation property.
.NET Framework
Available since 2.0
Available since 2.0
Show: