DocBook|Search
Class Reference
%CSP.Stream
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [%SYS] >  [%CSP] >  [Stream]
Private  Storage  

abstract class %CSP.Stream

The %CSP.Stream class implements a base class for multipart/mime streams sent to the CSP Server.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 12


Summary

Properties
CharSet ContentType Expires FileName Headers
MimeSection

Methods
CharSetGet CharSetSet ContentTypeGet ContentTypeSet ExpiresGet
ExpiresSet FileNameGet FileNameSet HeadersGet HeadersSet
MimeSectionGet MimeSectionSet

Subclasses
%CSP.BinaryStream %CSP.CharacterStream

Properties

• property CharSet as %String [ Calculated ];
This property is ignored unless ContentType=text/... Sets the Character Set for the content-type header.
• property ContentType as %String [ Calculated ];
The MIME content type of the stream
• property Expires as %String [ Calculated ];
If defined this property will set the 'Expires' property of the %response object to allow the stream to be cached.
• property FileName as %String [ Calculated ];
When a file is uploaded from the browser this is the filename on the users system of this file.
• property Headers as %String [ Calculated ];
Full list of the headers associated with this mime section
• property MimeSection as %String [ Calculated ];
When a file is uploaded from the browser this is the mime section of this file.

Methods

• final method CharSetGet() as %String
Retrieve the value of the CharSet property
• final method CharSetSet(value As %String) as %Status
Set the value of the CharSet property
• final method ContentTypeGet() as %String
Retrieve the value of the ContentType property
• final method ContentTypeSet(value As %String) as %Status
Set the value of the ContentType property
• final method ExpiresGet() as %String
Retrieve the value of the Expires property
• final method ExpiresSet(value As %String) as %Status
Set the value of the Expires property
• final method FileNameGet() as %String
Retrieve the value of the FileName property
• final method FileNameSet(value As %String) as %Status
Set the value of the FileName property
• final method HeadersGet() as %String
Retrieve the value of the ContentType property
• final method HeadersSet(value As %String) as %Status
Set the value of the ContentType property
• final method MimeSectionGet() as %String
Retrieve the value of the MimeSection property
• final method MimeSectionSet(value As %String) as %Status
Set the value of the MimeSection property