ServerRequest Class |
Namespace: VirtualRadar.Interface.View
The ServerRequest type exposes the following members.
Name | Description | |
---|---|---|
ServerRequest | Initializes a new instance of the ServerRequest class |
Name | Description | |
---|---|---|
BytesSent |
Gets or sets the number of bytes sent to the RemoteEndPoint.
| |
DataVersion |
Gets or sets a value that is incremented any time there is a change of value for the feed.
| |
LastRequest |
Gets or sets the date and time of the last request made from the RemoteEndPoint.
| |
LastUrl |
Gets or sets the last URL served to the RemoteEndPoint.
| |
RemoteAddress |
Gets the address of the machine that made the request.
| |
RemoteEndPoint |
Gets or sets the remote endpoint IP address.
| |
RemotePort |
Gets the port that the response is to go to.
| |
UserName |
Gets or sets the name of the user that is making the request, if any. Null if anonymous.
|
Name | Description | |
---|---|---|
Clone |
See interface docs.
| |
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 |
See base docs.
(Overrides ObjectToString.) |