ServerRequest Properties |
The ServerRequest type exposes the following members.
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.
|