The <CLASS>CSP.Stream</CLASS> class implements a base class for multipart/mime streams sent to the CSP Server. More...

Public Member Functions | |
| _.Library.String | CharSetGet () |
| The <CLASS>CSP.Stream</CLASS> class implements a base class for multipart/mime streams sent to the CSP Server. More... | |
| _.Library.Status | CharSetSet (_.Library.String value) |
| Set the value of the CharSet property. | |
| _.Library.String | ContentTypeGet () |
| Retrieve the value of the ContentType property. | |
| _.Library.Status | ContentTypeSet (_.Library.String value) |
| Set the value of the ContentType property. | |
| _.Library.String | ExpiresGet () |
| Retrieve the value of the Expires property. | |
| _.Library.Status | ExpiresSet (_.Library.String value) |
| Set the value of the Expires property. | |
| _.Library.String | FileNameGet () |
| Retrieve the value of the FileName property. | |
| _.Library.Status | FileNameSet (_.Library.String value) |
| Set the value of the FileName property. | |
| _.Library.String | HeadersGet () |
| Retrieve the value of the ContentType property. | |
| _.Library.Status | HeadersSet (_.Library.String value) |
| Set the value of the ContentType property. | |
| _.Library.String | MimeSectionGet () |
| Retrieve the value of the MimeSection property. | |
| _.Library.Status | MimeSectionSet (_.Library.String value) |
| Set the value of the MimeSection property. | |
Public Attributes | |
| CharSet | |
| This property is ignored unless <property>ContentType</property>=text/... More... | |
| ContentType | |
| The MIME content type of the stream. More... | |
| Expires | |
| If defined this property will set the 'Expires' property of the response. More... | |
| FileName | |
| When a file is uploaded from the browser this is the filename on the users. More... | |
| Headers | |
| Full list of the headers associated with this mime section. More... | |
| MimeSection | |
| When a file is uploaded from the browser this is the mime section of this. More... | |
The <CLASS>CSP.Stream</CLASS> class implements a base class for multipart/mime streams sent to the CSP Server.
| _.Library.String CharSetGet | ( | ) |
The <CLASS>CSP.Stream</CLASS> class implements a base class for multipart/mime streams sent to the CSP Server.
Retrieve the value of the CharSet property
| CharSet |
This property is ignored unless <property>ContentType</property>=text/...
Sets the Character Set for the content-type header.
| ContentType |
The MIME content type of the stream.
| Expires |
If defined this property will set the 'Expires' property of the response.
object to allow the stream to be cached.
| FileName |
When a file is uploaded from the browser this is the filename on the users.
system of this file.
| Headers |
Full list of the headers associated with this mime section.
| MimeSection |
When a file is uploaded from the browser this is the mime section of this.
file.