![]() |
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# |
![]() |
---|---|
public class SmiFilterStream |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class SmiFilterStream |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
![]() |
CanRead |
Returns true if you can read from the stream.
(Overrides Stream..::CanRead.) |
![]() |
CanSeek |
Returns true if you can seek in the stream.
(Overrides Stream..::CanSeek.) |
![]() |
CanTimeout |
Returns true if the stream can timeout.
(Overrides Stream..::CanTimeout.) |
![]() |
CanWrite |
Returns true if you can write to the stream.
(Overrides Stream..::CanWrite.) |
![]() |
Length |
Returns the length of the stream.
(Overrides Stream..::Length.) |
![]() |
Position |
Returns the position in the stream.
(Overrides Stream..::Position.) |
![]() |
ReadTimeout |
Gets the read timeout value.
(Overrides Stream..::ReadTimeout.) |
![]() |
ResponseBytes |
Gets the number of bytes written to the output.
|
![]() |
WriteTimeout |
Gets the write timeout value.
(Overrides Stream..::WriteTimeout.) |