C# 클래스 CmisSync.Lib.Cmis.StandardAuthenticationProviderWrapper

Standard authtentication provider.
상속: DotCMIS.Binding.StandardAuthenticationProvider, IDisposableAuthProvider
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
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.

메소드 상세

DeleteAllCookies() 공개 메소드

Deletes all cookies.
public DeleteAllCookies ( ) : void
리턴 void

Dispose() 공개 메소드

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
리턴 void