Click or drag to resize
ServerRequest Class
A DTO class that carries information about a web server request.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.ViewServerRequest

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ServerRequest

The ServerRequest type exposes the following members.

Constructors
  NameDescription
Public methodServerRequest
Initializes a new instance of the ServerRequest class
Top
Properties
  NameDescription
Public propertyBytesSent
Gets or sets the number of bytes sent to the RemoteEndPoint.
Public propertyDataVersion
Gets or sets a value that is incremented any time there is a change of value for the feed.
Public propertyLastRequest
Gets or sets the date and time of the last request made from the RemoteEndPoint.
Public propertyLastUrl
Gets or sets the last URL served to the RemoteEndPoint.
Public propertyRemoteAddress
Gets the address of the machine that made the request.
Public propertyRemoteEndPoint
Gets or sets the remote endpoint IP address.
Public propertyRemotePort
Gets the port that the response is to go to.
Public propertyUserName
Gets or sets the name of the user that is making the request, if any. Null if anonymous.
Top
Methods
  NameDescription
Public methodClone
See interface docs.
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
See base docs.
(Overrides ObjectToString.)
Top
See Also