C# Класс Arango.Client.Protocol.Connection

Stores data about single endpoint and processes communication between client and server.
Показать файл Открыть проект Примеры использования класса

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