WebRequestErrorEvent::RequestInformation Property

 

Gets the application request information.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property WebRequestInformation^ RequestInformation {
	WebRequestInformation^ get();
}

Property Value

Type: System.Web.Management::WebRequestInformation^

The application request information.

The standard request information is defined by the WebRequestInformation class.

The following code example shows how to obtain the RequestInformation property value.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: