C# Class Arango.Client.Protocol.Connection

Stores data about single endpoint and processes communication between client and server.
ファイルを表示 Open project: yojimbo87/ArangoDB-NET Class Usage Examples

Private Properties

Property Type Description
Connection System
Connection System
Send Response

Private Methods

Method Description
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