WebRequestEventArgs

Wisej.Web.WebRequestEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the WebRequest event.

public class WebRequestEventArgs : EventArgs

Constructors

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

NameTypeDescription

context

The current HttpContext.

Properties

HttpRequest: Returns the current HttpRequest.

HttpResponse: Returns the current HttpResponse.

Used By

NameDescription

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

Last updated