VirtualStream Class
Determines the start position of the next message.
Namespace: Microsoft.BizTalk.Streaming
Assembly: Microsoft.BizTalk.Streaming (in Microsoft.BizTalk.Streaming.dll)
The VirtualStream type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | VirtualStream() | Initializes a new instance of the VirtualStream class. |
![]() | VirtualStream(Int32) | Initializes a new instance of the VirtualStream class with the specified buffer size. |
![]() | VirtualStream(Stream) | Initializes a new instance of the VirtualStream class. |
![]() | VirtualStream(VirtualStream.MemoryFlag) | Initializes a new instance of the VirtualStream class. |
![]() | VirtualStream(Int32, VirtualStream.MemoryFlag) | Initializes a new instance of the VirtualStream class. |
![]() | VirtualStream(Int32, Int32) | Initializes a new instance of the VirtualStream class. |
| Name | Description | |
|---|---|---|
![]() | CanRead | Gets a value that indicates whether the stream supports reading. (Overrides Stream.CanRead.) |
![]() | CanSeek | Gets a value that indicates whether the stream supports seeking. (Overrides Stream.CanSeek.) |
![]() | CanTimeout | (Inherited from Stream.) |
![]() | CanWrite | Gets a value that indicates whether the stream supports writing. (Overrides Stream.CanWrite.) |
![]() | Length | Gets the length of the source stream. (Overrides Stream.Length.) |
![]() | Position | Gets or sets the position of the stream. (Overrides Stream.Position.) |
![]() | ReadTimeout | (Inherited from Stream.) |
![]() | UnderlyingStream | Gets the underlying stream. |
![]() | WriteTimeout | (Inherited from Stream.) |
| Name | Description | |
|---|---|---|
![]() | BeginRead | (Inherited from Stream.) |
![]() | BeginWrite | (Inherited from Stream.) |
![]() | Clone | Retrieves a copy of the instance object. |
![]() | Close | (Inherited from Stream.) |
![]() | CopyTo(Stream) | (Inherited from Stream.) |
![]() | CopyTo(Stream, Int32) | (Inherited from Stream.) |
![]() | (Inherited from Stream.) | |
![]() | (Inherited from Stream.) | |
![]() | (Inherited from Stream.) | |
![]() | CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | CreateWaitHandle | Obsolete. (Inherited from Stream.) |
![]() | Dispose() | (Inherited from Stream.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the VirtualStream class and optionally releases the managed resources. (Overrides Stream.Dispose(Boolean).) |
![]() | EndRead | (Inherited from Stream.) |
![]() | EndWrite | (Inherited from Stream.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Flush | Clears all buffers for the stream and causes any buffered data to be written to the underlying device. (Overrides Stream.Flush().) |
![]() | (Inherited from Stream.) | |
![]() | (Inherited from Stream.) | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ObjectInvariant | Obsolete. (Inherited from Stream.) |
![]() | Read | Reads a sequence of bytes from the stream and writes the data in a given buffer. (Overrides Stream.Read(Byte[], Int32, Int32).) |
![]() | (Inherited from Stream.) | |
![]() | (Inherited from Stream.) | |
![]() | ReadByte | (Inherited from Stream.) |
![]() | Seek | Sets the current position of the stream to the specified value. (Overrides Stream.Seek(Int64, SeekOrigin).) |
![]() | SetLength | Sets the length of the current stream. (Overrides Stream.SetLength(Int64).) |
![]() | ToString | (Inherited from Object.) |
![]() | Write | Writes a sequence of bytes to the stream using data from a buffer. (Overrides Stream.Write(Byte[], Int32, Int32).) |
![]() | (Inherited from Stream.) | |
![]() | (Inherited from Stream.) | |
![]() | WriteByte | (Inherited from Stream.) |

