WrapperStreamGetNonWrapperBaseStream Method (Stream) |
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 static Stream GetNonWrapperBaseStream(
Stream stream
)
Public Shared Function GetNonWrapperBaseStream (
stream As Stream
) As Stream
public:
static Stream^ GetNonWrapperBaseStream(
Stream^ stream
)
static member GetNonWrapperBaseStream :
stream : Stream -> Stream
Parameters
- stream
- Type: System.IOStream
Potential WrapperStream
Return Value
Type:
StreamBase non-WrapperStream.
See Also