Show / Hide Table of Contents

Class DropboxClientBase

The base class for all Dropbox clients.

Inheritance
System.Object
DropboxClientBase
DropboxAppClient
DropboxClient
DropboxTeamClient
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 Source

Dispose()

The public dispose.

Declaration
public void Dispose()
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Dispose()
    • Dispose(Boolean)
  • Implements
Back to top Generated by DocFX