nsIMultiPartChannel

IID:ba78db7b-b88c-4b76-baf9-3c2296a585ae
Inherits From:nsISupports

An interface to access the the base channel associated with a MultiPartChannel.


Properties

readonly nsIChannel baseChannel

Readonly attribute to access the underlying channel

ACString contentDisposition

Access to the Content-Disposition header field of this part of a multipart message. This allows getting the preferred handling method, preferred filename, etc. See RFC 2183.

readonly PRBool isLastPart

Set to true when onStopRequest is received from the base channel. The listener can check this from its onStopRequest to determine whether more data can be expected.

readonly PRUint32 partID

Attribute guaranteed to be different for different parts of the same multipart document.

Reference documentation is generated from Mozilla's source.