Dropbox .NET SDK
Show / Hide Table of Contents

Class DropboxClientBase

The base class for all Dropbox clients.

Inheritance
object
DropboxClientBase
DropboxAppClient
DropboxClient
DropboxTeamClient
Implements
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api
Assembly: Dropbox.Api.dll
Syntax
public abstract class DropboxClientBase : IDisposable

Methods

View Source

Dispose()

The public dispose.

Declaration
public void Dispose()
View Source

Dispose(bool)

The actual disposing logic.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

If is disposing.

Implements

IDisposable
  • View Source
In this article
Back to top Dropbox .NET SDK