WrapperStreamBaseStream Property |
Base stream.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxprotected Stream BaseStream { get; }
Protected ReadOnly Property BaseStream As Stream
Get
protected:
property Stream^ BaseStream {
Stream^ get ();
}
member BaseStream : Stream with get
Property Value
Type:
Stream
See Also