RequestController Properties

HttpServer.dll

The RequestController type exposes the following members.

Properties

  NameDescription
AuthenticationTag
object that was attached during http authentication process.
ControllerName
Name of this controller (class name without the "Controller" part)
DefaultMethod
Specifies the method to use if no action have been specified.
Id
Id is the third part of the uri path.
MethodName
Method currently being invoked. Always in lower case.
Request
Request information (like Url, form, querystring etc)
RequestedExtension
Extension if a filename was specified.
Response
Response information (that is going to be sent back to the browser/client)
Session
Session information, is stored between requests as long as the session cookie is valid.

See Also