Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Constructs a wrapper around underlying stream that should be shielded.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public ShieldedStream(
	Stream stream
)

Parameters

stream
Type: System.IO..::.Stream
Underlying stream.

See Also