C# Class TestLibrary.IntegrationTests.DotCMISSessionTests

Mostra file Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
CreateSession ( string user, Password password, string url, string repoId, string binding ) : ISession

Creates a cmis Atom Pub session with the given credentials.

Private Methods

Method Description
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

Method Details

CreateSession() public static method

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
return ISession