C# 클래스 Arango.Client.Protocol.Connection

Stores data about single endpoint and processes communication between client and server.
파일 보기 프로젝트 열기: yojimbo87/ArangoDB-NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Connection System
Connection System
Send Response

비공개 메소드들

메소드 설명
Connection ( string alias, string hostname, int port, bool isSecured, string userName, string password, bool useWebProxy = false ) : System
Connection ( string alias, string hostname, int port, bool isSecured, string databaseName, string userName, string password, bool useWebProxy = false ) : System
Send ( Request request ) : Response