Click or drag to resize
HashingWrapperDispose Method (Boolean)
Implements the Dispose pattern

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Whether this object is being disposed via a call to Dispose or garbage collected.
See Also