프로퍼티 | 타입 | 설명 | |
---|---|---|---|
authType | AuthenticationType | ||
baseUri | string | ||
password | string | ||
timeout | int? | ||
username | string |
메소드 | 설명 | |
---|---|---|
Authenticate ( string baseUri, string userName, string password ) : bool | ||
GetSession ( ) : |
||
SetTimeout ( int timeoutMs ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
protected CouchBase ( string username, string password, AuthenticationType aT ) : System | ||
username | string | |
password | string | |
aT | AuthenticationType | |
리턴 | System |
protected GetRequest ( string uri, string etag ) : |
||
uri | string | |
etag | string | |
리턴 |