Click or drag to resize
ResponseSentEventArgs Properties

The ResponseSentEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBytesSent
Gets the bytes sent in response to the request.
Public propertyClassification
Gets a value indicating the type of content served.
Public propertyHttpStatus
Gets the HTTP status code send to the browser.
Public propertyMilliseconds
Gets the number of milliseconds that elapsed between the RequestReceived event being raised and the response returned.
Public propertyRequest
Gets the object describing the original request.
Public propertyUrlRequested
Gets the address of the page requested.
Public propertyUserAddress
Gets the address without the port of the browser that requested the page.
Public propertyUserAddressAndPort
Gets the full address and port of the browser that requested the page.
Public propertyUserName
Gets the name of the authenticated user that made the request, if any.
Top
See Also