WebErrorEvent.RequestInformation Property

 

Gets the application request information.

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

Public ReadOnly Property RequestInformation As WebRequestInformation

Property Value

Type: System.Web.Management.WebRequestInformation

A WebRequestInformation object that contains information about the current request.

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

' Obtains the current request information.
Public Function GetRequestInfo() As String
   Dim reqInfo As String = GetRequestInfo()
   Return reqInfo
End Function 'GetRequestInfo

.NET Framework
Available since 2.0
Return to top
Show: