Arango.Client.ASettings.AddConnection C# (CSharp) Метод

AddConnection() публичный статический Метод

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
Результат void
        public static void AddConnection(string alias, string hostname, int port, bool isSecured, bool useWebProxy = false)
        {
            AddConnection(alias, hostname, port, isSecured, "", "", useWebProxy);
        }

Same methods

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