This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CmsResponseStream
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CmsResponseStream

The type exposes the following properties.

Public Properties

  Name Description
Public property CanRead
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Overrides Stream..::CanRead.)
Public property CanSeek
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Overrides Stream..::CanSeek.)
Public property CanTimeout (Inherited from Stream.)
Public property CanWrite
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
(Overrides Stream..::CanWrite.)
Public property Length
When overridden in a derived class, gets the length in bytes of the stream.
(Overrides Stream..::Length.)
Public property Position
When overridden in a derived class, gets or sets the position within the current stream.
(Overrides Stream..::Position.)
Public property ReadTimeout (Inherited from Stream.)
Public property WriteTimeout (Inherited from Stream.)

See Also

Advanced