ResponseSentEventArgs Properties |
The ResponseSentEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | BytesSent |
Gets the bytes sent in response to the request.
|
![]() | Classification |
Gets a value indicating the type of content served.
|
![]() | HttpStatus |
Gets the HTTP status code send to the browser.
|
![]() | Milliseconds |
Gets the number of milliseconds that elapsed between the RequestReceived event being raised and the response returned.
|
![]() | Request |
Gets the object describing the original request.
|
![]() | UrlRequested |
Gets the address of the page requested.
|
![]() | UserAddress |
Gets the address without the port of the browser that requested the page.
|
![]() | UserAddressAndPort |
Gets the full address and port of the browser that requested the page.
|
![]() | UserName |
Gets the name of the authenticated user that made the request, if any.
|