WrapperStreamClose Method |
Closes the current stream and releases any resources (such as sockets and
file handles) associated with the current stream.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic override void Close()
Public Overrides Sub Close
public:
virtual void Close() override
abstract Close : unit -> unit
override Close : unit -> unit
See Also