Click or drag to resize
StreamWrapperSystemStream Property
Returns the Stream object this wrapper is wrapped around.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
public override Stream SystemStream { get; }

Property Value

Type: Stream
See Also