Click or drag to resize
WrapperStreamGetSeekableBaseStream Method
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 Stream GetSeekableBaseStream()

Return Value

Type: Stream
First base stream that is non-WrapperStream.
See Also