WebRequestEventArgs members
Provides the WebRequestExecutor arguments for the event that is raised when the client sends a Web request to the server.
The WebRequestEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebRequestEventArgs | Initializes a new instance of the WebRequestEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
WebRequestExecutor | Gets the object that is used to send the request to the server and get the response from the server. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top