Click or drag to resize
WrapperStreamGetNonWrapperBaseStream Method (Stream)
Returns the first base non-WrapperStream.

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public static Stream GetNonWrapperBaseStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Potential WrapperStream

Return Value

Type: Stream
Base non-WrapperStream.
See Also