IRequest Java Interface
The IRequest interface enables your component to use the methods and properties of the Request Object object.
public interface asp.IRequest
extends com.ms.com.IUnknown
{
public abstract asp.IRequestDictionary getBody();
public abstract com.ms.com.Variant BinaryRead(com.ms.com.Variant);
public abstract asp.IRequestDictionary getQueryString();
public abstract asp.IRequestDictionary getCookies();
public abstract asp.IRequestDictionary getServerVariables();
public abstract int getTotalBytes();
public abstract asp.IRequestDictionary getForm();
public abstract asp.IRequestDictionary getClientCertificate();
public abstract java.lang.Object getItem(java.lang.String);
}
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS