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

Persistent standard authentication provider.
상속: DotCMIS.Binding.StandardAuthenticationProvider, IDisposableAuthProvider
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
DeleteAllCookies ( ) : void

Deletes all cookies.

Dispose ( ) : void

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

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

HandleResponse ( object connection ) : void

Handles the HttpWebResponse by extracting the cookies.

PersistentStandardAuthenticationProvider ( ICookieStorage storage, Uri url ) : System

Initializes a new instance of the CmisSync.Lib.Cmis.PersistentStandardAuthenticationProvider class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose the specified disposing.

메소드 상세

DeleteAllCookies() 공개 메소드

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

Dispose() 공개 메소드

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

Dispose() 보호된 메소드

Dispose the specified disposing.
protected Dispose ( bool disposing ) : void
disposing bool If set to true disposing.
리턴 void

HandleResponse() 공개 메소드

Handles the HttpWebResponse by extracting the cookies.
public HandleResponse ( object connection ) : void
connection object Connection instance of the response
리턴 void

PersistentStandardAuthenticationProvider() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Cmis.PersistentStandardAuthenticationProvider class.
public PersistentStandardAuthenticationProvider ( ICookieStorage storage, Uri url ) : System
storage ICookieStorage Storage of saved cookies
url System.Uri corresponding URL of the cookies
리턴 System