WrapperStreamGetNonWrapperBaseStream Method |
Returns the first base non-WrapperStream.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic Stream GetNonWrapperBaseStream()
Public Function GetNonWrapperBaseStream As Stream
public:
Stream^ GetNonWrapperBaseStream()
member GetNonWrapperBaseStream : unit -> Stream
Return Value
Type:
StreamFirst base stream that is non-WrapperStream.
See Also