IROStreamAccess

Overview

The IROStreamAccess interface provides access to the underlying TStream.

In the Remoting SDK, the TROBinMessage class implements this interface and the TROInvoker class uses it to save and restore the stream position.

You can see an example of using the IROStreamAccess interface in the Dispatch Notifier sample.

Location


Properties


Stream

Provides read access to the underlying stream.

property Stream: TStream read

Required Methods


GetStream

Implements the Stream property.

function GetStream: TStream