Click or drag to resize

HttpRequestEventArgs Properties

The HttpRequestEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyRequest
Gets the request data sent from a client.
Public propertyResponse
Gets the response data to return to the client.
Public propertyUser
Gets the information for the client.
Top
See Also