Click or drag to resize
ResponseSentEventArgs Class
The event args for IWebServer events that are raised when a response is sent to a web browser.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VirtualRadar.Interface.WebServerResponseSentEventArgs

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ResponseSentEventArgs : EventArgs

The ResponseSentEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodResponseSentEventArgs
Creates a new object.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also