Main Page Class Hierarchy Compound List File List Compound Members File Members
px7IResponse Interface Reference
The uuid is a unique number identifying the interface normally called IID.
More...
#include <px7IResponse.idl>
Inheritance diagram for px7IResponse
[legend]Collaboration diagram for px7IResponse:
[legend]List of all members.
Detailed Description
The uuid is a unique number identifying the interface normally called IID.
It can be generated as follows:
Windows: guidgen.exe Unix: uuidgen which comes with e2fsprogs package Mac: ??? All platform: Using irc, connect to irc.mozilla.org and type in /join mozilla /msg mozbot uuid
Definition at line 27 of file px7IResponse.idl.
Member Function Documentation
|
void px7IResponse::addCookie (
|
in px7ICookie cookie )
|
|
|
void px7IResponse::addHeader (
|
in string name,
|
|
in string value )
|
|
|
nsIOutputStream px7IResponse::getOutputStream (
|
)
|
|
|
unsigned long px7IResponse::getStatus (
|
)
|
|
|
void px7IResponse::redirect (
|
in string url )
|
|
|
void px7IResponse::setContentType (
|
in string contentType )
|
|
|
void px7IResponse::setHeader (
|
in string name,
|
|
in string value )
|
|
|
void px7IResponse::setStatus (
|
in unsigned long status )
|
|
The documentation for this interface was generated from the following file:
Generated at Tue Sep 12 17:04:50 2000 by
1.2.1 written by Dimitri van Heesch,
© 1997-2000