Implements proper Dispose pattern.

Declaration Syntax
protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
protected:
virtual void Dispose(
bool disposing
)

Parameters
- disposing (Boolean)
- True if ran by Dispose(), false if by the finalizer.
Assembly:
ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)