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

Public Constructors

  Name Description
Public method SmiFilterStream
Constructor

Public Methods

  Name Description
Public method BeginRead
Starts an asycn read.
(Overrides Stream..::BeginRead(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).)
Public method BeginWrite
Starts an async write.
(Overrides Stream..::BeginWrite(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).)
Public method Close
Closes the stream
(Overrides Stream..::Close()()()().)
Public method CreateObjRef
CreateObjref.
(Overrides MarshalByRefObject..::CreateObjRef(Type).)
Public method Dispose Overloaded.
Public method EndRead
Ends an async read operation.
(Overrides Stream..::EndRead(IAsyncResult).)
Public method EndWrite
Ends an async write operation.
(Overrides Stream..::EndWrite(IAsyncResult).)
Public method Equals
Tests the object for equality.
(Overrides Object..::Equals(Object).)
Public method Flush
Flushes the stream.
(Overrides Stream..::Flush()()()().)
Public method GetHashCode
Gets an hash code for the instance.
(Overrides Object..::GetHashCode()()()().)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService
Inits the lifetime service.
(Overrides MarshalByRefObject..::InitializeLifetimeService()()()().)
Public method Read
Reads some bytes from the stream.
(Overrides Stream..::Read(array<Byte>[]()[][], Int32, Int32).)
Public method ReadByte
Reads a byte from the stream.
(Overrides Stream..::ReadByte()()()().)
Public method Seek
Seeks in the stream.
(Overrides Stream..::Seek(Int64, SeekOrigin).)
Public method SetLength
Sets the length of the stream.
(Overrides Stream..::SetLength(Int64).)
Public method ToString
Returns a string of this instance.
(Overrides Object..::ToString()()()().)
Public method Write
Writes a buffer to the stream.
(Overrides Stream..::Write(array<Byte>[]()[][], Int32, Int32).)
Public method WriteByte
Writes a single byte to the stream.
(Overrides Stream..::WriteByte(Byte).)

Protected Methods

  Name Description
Protected method CreateWaitHandle
Creates a wait handle.
(Overrides Stream..::CreateWaitHandle()()()().)
Protected method Dispose Overloaded.
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method MemberwiseClone (Inherited from MarshalByRefObject.)

Public Fields

  Name Description
Public field Static member Name
Name of the key that is used to store this instance in the HttpContext.Current.Items collection.

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