| ResponseSentEventArgs Class |
Namespace: VirtualRadar.Interface.WebServer
The ResponseSentEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ResponseSentEventArgs |
Creates a new object.
|
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |