Свойство | Type | Description | |
---|---|---|---|
authType | AuthenticationType | ||
baseUri | string | ||
password | string | ||
timeout | int? | ||
username | string |
Méthode | Description | |
---|---|---|
Authenticate ( string baseUri, string userName, string password ) : bool | ||
GetSession ( ) : |
||
SetTimeout ( int timeoutMs ) : void |
Méthode | Description | |
---|---|---|
CouchBase ( ) : System | ||
CouchBase ( string username, string password, AuthenticationType aT ) : System | ||
GetRequest ( string uri ) : |
||
GetRequest ( string uri, string etag ) : |
public static Authenticate ( string baseUri, string userName, string password ) : bool | ||
baseUri | string | |
userName | string | |
password | string | |
Résultat | bool |
protected CouchBase ( string username, string password, AuthenticationType aT ) : System | ||
username | string | |
password | string | |
aT | AuthenticationType | |
Résultat | System |
protected GetRequest ( string uri ) : |
||
uri | string | |
Résultat |
protected GetRequest ( string uri, string etag ) : |
||
uri | string | |
etag | string | |
Résultat |