C# Class Arango.Client.ASettings

ファイルを表示 Open project: yojimbo87/ArangoDB-NET Class Usage Examples

Public Methods

Method Description
AddConnection ( string alias, string hostname, int port, bool isSecured, bool useWebProxy = false ) : void
AddConnection ( string alias, string hostname, int port, bool isSecured, string databaseName, bool useWebProxy = false ) : void
AddConnection ( string alias, string hostname, int port, bool isSecured, string username, string password, bool useWebProxy = false ) : void
AddConnection ( string alias, string hostname, int port, bool isSecured, string databaseName, string username, string password, bool useWebProxy = false ) : void
HasConnection ( string alias ) : bool
RemoveConnection ( string alias ) : void

Private Methods

Method Description
ASettings ( ) : System.Collections.Generic
GetConnection ( string alias ) : Connection

Method Details

AddConnection() public static method

public static AddConnection ( string alias, string hostname, int port, bool isSecured, bool useWebProxy = false ) : void
alias string
hostname string
port int
isSecured bool
useWebProxy bool
return void

AddConnection() public static method

public static AddConnection ( string alias, string hostname, int port, bool isSecured, string databaseName, bool useWebProxy = false ) : void
alias string
hostname string
port int
isSecured bool
databaseName string
useWebProxy bool
return void

AddConnection() public static method

public static AddConnection ( string alias, string hostname, int port, bool isSecured, string username, string password, bool useWebProxy = false ) : void
alias string
hostname string
port int
isSecured bool
username string
password string
useWebProxy bool
return void

AddConnection() public static method

public static AddConnection ( string alias, string hostname, int port, bool isSecured, string databaseName, string username, string password, bool useWebProxy = false ) : void
alias string
hostname string
port int
isSecured bool
databaseName string
username string
password string
useWebProxy bool
return void

HasConnection() public static method

public static HasConnection ( string alias ) : bool
alias string
return bool

RemoveConnection() public static method

public static RemoveConnection ( string alias ) : void
alias string
return void