IRISLIB database
Stream Class Reference

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

Inheritance diagram for Stream:

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...
 

Detailed Description

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

Member Function Documentation

◆ CharSetGet()

_.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

Member Data Documentation

◆ CharSet

CharSet

This property is ignored unless <property>ContentType</property>=text/...

Sets the Character Set for the content-type header.  

◆ ContentType

ContentType

The MIME content type of the stream.

 

◆ Expires

Expires

If defined this property will set the 'Expires' property of the response.

object to allow the stream to be cached.  

◆ FileName

FileName

When a file is uploaded from the browser this is the filename on the users.

system of this file.  

◆ Headers

Headers

Full list of the headers associated with this mime section.

 

◆ MimeSection

MimeSection

When a file is uploaded from the browser this is the mime section of this.

file.