Share via


EventingReadStream Class

Definition

public ref class EventingReadStream abstract : System::IO::Stream, Microsoft::BizTalk::Streaming::IProvideReadStreamEvents
[System.Runtime.InteropServices.ComVisible(false)]
public abstract class EventingReadStream : System.IO.Stream, Microsoft.BizTalk.Streaming.IProvideReadStreamEvents
type EventingReadStream = class
    inherit Stream
    interface IProvideReadStreamEvents
Public MustInherit Class EventingReadStream
Inherits Stream
Implements IProvideReadStreamEvents
Inheritance
EventingReadStream
Derived
Attributes
Implements

Constructors

EventingReadStream()

Properties

CanWrite
EnableReadEvent
ReadCompleted

Methods

FireAfterLastReadEvent()
FireBeforeFirstReadEvent()
FireReadEvent(Byte[], Int32, Int32)
Read(Byte[], Int32, Int32)
ReadInternal(Byte[], Int32, Int32)
Write(Byte[], Int32, Int32)

Events

AfterLastReadEvent
BeforeFirstReadEvent
ReadEvent

Applies to