C# Class Couchbase.HttpClients.HammockHttpClient

Default implementation of the IHttpClient using the Hammock REST library.
Inheritance: IHttpClient
Afficher le fichier Open project: FOXITES/couchbase-net-client

Private Properties

Свойство Type Description
IHttpClient IHttpRequest
client_BeforeRetry void

Méthodes publiques

Méthode Description
HammockHttpClient ( Uri baseUri, string username, string password, System.TimeSpan timeout, bool shouldInitConnection ) : System

Private Methods

Méthode Description
IHttpClient ( string path ) : IHttpRequest
client_BeforeRetry ( object sender, Hammock.RetryEventArgs e ) : void

Method Details

HammockHttpClient() public méthode

public HammockHttpClient ( Uri baseUri, string username, string password, System.TimeSpan timeout, bool shouldInitConnection ) : System
baseUri System.Uri
username string
password string
timeout System.TimeSpan
shouldInitConnection bool
Résultat System