C# 클래스 Arango.Client.ASettings

파일 보기 프로젝트 열기: yojimbo87/ArangoDB-NET 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ASettings ( ) : System.Collections.Generic
GetConnection ( string alias ) : Connection

메소드 상세

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

AddConnection() 공개 정적인 메소드

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
리턴 void

AddConnection() 공개 정적인 메소드

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
리턴 void

AddConnection() 공개 정적인 메소드

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
리턴 void

HasConnection() 공개 정적인 메소드

public static HasConnection ( string alias ) : bool
alias string
리턴 bool

RemoveConnection() 공개 정적인 메소드

public static RemoveConnection ( string alias ) : void
alias string
리턴 void