WebRequestEventArgs

Wisej.Web.WebRequestEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for the WebRequest event.

public class WebRequestEventArgs : EventArgs

Constructors

WebRequestEventArgs(context)

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

Name
Type
Description

Properties

Request

HttpRequestarrow-up-right: Returns the current HttpRequestarrow-up-right.

Response

HttpResponsearrow-up-right: Returns the current HttpResponsearrow-up-right.

Used By

Name
Description

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

Last updated

Was this helpful?