Click or drag to resize
ServerRequest Properties

The ServerRequest type exposes the following members.

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
See Also