Skip to main content
Version: 4.1

WebRequestEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the WebRequest event.

public class WebRequestEventArgs : EventArgs

Constructors

Instance member WebRequestEventArgs(context)

Initializes a new instance of the WebRequestEventArgs class with the specified error message.

NameTypeDescription
contextHttpContextThe current HttpContext.

Properties

Instance member Request

HttpRequest: Returns the current HttpRequest.

Instance member Response

HttpResponse: Returns the current HttpResponse.

Used By

NameDescription
WebRequestHandlerRepresents the method that will handle the WebRequest event of a Widget control.