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 SmiFilterStream
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SmiFilterStream

The type exposes the following properties.

Public Properties

  Name Description
Public property CanRead
Returns true if you can read from the stream.
(Overrides Stream..::CanRead.)
Public property CanSeek
Returns true if you can seek in the stream.
(Overrides Stream..::CanSeek.)
Public property CanTimeout
Returns true if the stream can timeout.
(Overrides Stream..::CanTimeout.)
Public property CanWrite
Returns true if you can write to the stream.
(Overrides Stream..::CanWrite.)
Public property Length
Returns the length of the stream.
(Overrides Stream..::Length.)
Public property Position
Returns the position in the stream.
(Overrides Stream..::Position.)
Public property ReadTimeout
Gets the read timeout value.
(Overrides Stream..::ReadTimeout.)
Public property ResponseBytes
Gets the number of bytes written to the output.
Public property WriteTimeout
Gets the write timeout value.
(Overrides Stream..::WriteTimeout.)

See Also

Advanced