C# Class Revenj.Client

Exibir arquivo Open project: ngs-doo/revenj

Public Methods

Method Description
Start ( ) : IServiceProvider
Start ( string>.IDictionary settings ) : IServiceProvider
Start ( string remoteUrl, string auth ) : IServiceProvider
Start ( string remoteUrl, string username, string password ) : IServiceProvider

Method Details

Start() public static method

public static Start ( ) : IServiceProvider
return IServiceProvider

Start() public static method

public static Start ( string>.IDictionary settings ) : IServiceProvider
settings string>.IDictionary
return IServiceProvider

Start() public static method

public static Start ( string remoteUrl, string auth ) : IServiceProvider
remoteUrl string
auth string
return IServiceProvider

Start() public static method

public static Start ( string remoteUrl, string username, string password ) : IServiceProvider
remoteUrl string
username string
password string
return IServiceProvider