Request Summary
Request[.collection|property|method](variable) |
Collections |
ClientCertificate | Fields stored in the client certificate, used with encrypted credentials |
Cookies | Cookies sent by the client browser |
Form | Form elements in the body of the client request |
QueryString | All of the variables (and their values) in the query string sent from the client |
ServerVariables | Environment variables |
Events |
No events defined | -- |
Methods |
BinaryRead | Data included by a POST request |
Properties |
TotalBytes | Total number of bytes the client is sending in the body of the request (you can read this property's value, but youcan't set it) |