Property | Type | Description | |
---|---|---|---|
authType | AuthenticationType | ||
baseUri | string | ||
password | string | ||
timeout | int? | ||
username | string |
Method | Description | |
---|---|---|
Authenticate ( string baseUri, string userName, string password ) : bool | ||
GetSession ( ) : |
||
SetTimeout ( int timeoutMs ) : void |
Method | 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 | |
return | bool |
protected CouchBase ( string username, string password, AuthenticationType aT ) : System | ||
username | string | |
password | string | |
aT | AuthenticationType | |
return | System |
protected GetRequest ( string uri ) : |
||
uri | string | |
return |
protected GetRequest ( string uri, string etag ) : |
||
uri | string | |
etag | string | |
return |