Previous PageNext Page

13.5 IRequest Interface

The IRequest interface exposes methods that access the collections of the Request object.
 

IRequest::BinaryRead
 
Retrieves the current request and places it into a safe array.
 
IRequest::get_ClientCertificate
 
 
IRequest::get_Cookies
 
Retrieves the Cookies collection.
 
IRequest::get_Form
 
Retrieves the Form collection.
 
IRequest::get_Item
 
Retrieves an item from the Request collection by looking for the first match in the QueryString, Form, Cookies, ClientCertificate, and ServerVariables collections.
 
IRequest::get_QueryString
 
Retrieves the QueryString collection.
 
IRequest::get_ServerVariables
 
Retrieves the ServerVariables collection.
 
IRequest::get_TotalBytes
 
Returns the size of the current request in bytes.
 
The IRequest interface also supports the IUnknown and IDispatch interface methods.
 
The Chili!Soft ASP IRequest interface does not currently support the IClientCertificate collection.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page