Otter SDK Reference
Version:

UndisposableStream(System.IO.Stream stream) Constructor

Initializes a new instance of the UndisposableStream class.

Syntax

public .ctor(System.IO.Stream stream)

Parameters

stream
Type: System.IO.Stream

The stream to wrap.

Exceptions

System.ArgumentNullException

stream is null (Nothing in Visual Basic).