C# 클래스 TestLibrary.IntegrationTests.DotCMISSessionTests

파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
CreateSession ( string user, Password password, string url, string repoId, string binding ) : ISession

Creates a cmis Atom Pub session with the given credentials.

비공개 메소드들

메소드 설명
ClassInit ( ) : void
CreateSession ( string canonical_name, string localPath, string remoteFolderPath, string url, string user, string password, string repositoryId, string binding ) : void
CreateSessionWithCompressionEnabled ( string canonical_name, string localPath, string remoteFolderPath, string url, string user, string password, string repositoryId, string binding ) : void
CreateSessionWithDeviceManagementAndUserAgent ( string canonical_name, string localPath, string remoteFolderPath, string url, string user, string password, string repositoryId, string binding ) : void
FixtureTearDown ( ) : void

메소드 상세

CreateSession() 공개 정적인 메소드

Creates a cmis Atom Pub session with the given credentials.
public static CreateSession ( string user, Password password, string url, string repoId, string binding ) : ISession
user string /// User. ///
password CmisSync.Lib.Config.Password /// Password. ///
url string /// URL. ///
repoId string /// Repo identifier. ///
binding string
리턴 ISession