C# Class CmisSync.Lib.Cmis.StandardAuthenticationProviderWrapper

Standard authtentication provider.
Inheritance: DotCMIS.Binding.StandardAuthenticationProvider, IDisposableAuthProvider
Mostrar archivo Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
DeleteAllCookies ( ) : void

Deletes all cookies.

Dispose ( ) : void

Releases all resource used by the CmisSync.Lib.Cmis.StandardAuthtenticationProvider object.

Call Dispose when you are finished using the CmisSync.Lib.Cmis.StandardAuthtenticationProvider. The Dispose method leaves the CmisSync.Lib.Cmis.StandardAuthtenticationProvider in an unusable state. After calling Dispose, you must release all references to the CmisSync.Lib.Cmis.StandardAuthtenticationProvider so the garbage collector can reclaim the memory that the CmisSync.Lib.Cmis.StandardAuthtenticationProvider was occupying.

Method Details

DeleteAllCookies() public method

Deletes all cookies.
public DeleteAllCookies ( ) : void
return void

Dispose() public method

Releases all resource used by the CmisSync.Lib.Cmis.StandardAuthtenticationProvider object.
Call Dispose when you are finished using the CmisSync.Lib.Cmis.StandardAuthtenticationProvider. The Dispose method leaves the CmisSync.Lib.Cmis.StandardAuthtenticationProvider in an unusable state. After calling Dispose, you must release all references to the CmisSync.Lib.Cmis.StandardAuthtenticationProvider so the garbage collector can reclaim the memory that the CmisSync.Lib.Cmis.StandardAuthtenticationProvider was occupying.
public Dispose ( ) : void
return void