Class DropboxClientBase
The base class for all Dropbox clients.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public abstract class DropboxClientBase : IDisposable
Methods
| Improve this Doc View SourceDispose()
The public dispose.
Declaration
public void Dispose()
Dispose(Boolean)
The actual disposing logic.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | If is disposing. |
Implements
System.IDisposable