WebRequestEvent.RequestInformation Property
.NET Framework (current version)
Gets the information associated with the Web-application request.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.Management.WebRequestInformationThe information associated with the Web-application request.
The standard request information is defined by the WebRequestInformation class.
The following code example shows how to obtain the Web-request information.
.NET Framework
Available since 2.0
Available since 2.0
Show: