C# Class Arango.Client.ASettings

Afficher le fichier Open project: yojimbo87/ArangoDB-NET Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ASettings ( ) : System.Collections.Generic
GetConnection ( string alias ) : Connection

Method Details

AddConnection() public static méthode

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
Résultat void

AddConnection() public static méthode

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
Résultat void

AddConnection() public static méthode

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
Résultat void

AddConnection() public static méthode

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
Résultat void

HasConnection() public static méthode

public static HasConnection ( string alias ) : bool
alias string
Résultat bool

RemoveConnection() public static méthode

public static RemoveConnection ( string alias ) : void
alias string
Résultat void