C# 클래스 LoveSeat.Support.CouchBase

파일 보기 프로젝트 열기: soitgoes/LoveSeat

보호된 프로퍼티들

프로퍼티 타입 설명
authType AuthenticationType
baseUri string
password string
timeout int?
username string

공개 메소드들

메소드 설명
Authenticate ( string baseUri, string userName, string password ) : bool
GetSession ( ) : Cookie
SetTimeout ( int timeoutMs ) : void

보호된 메소드들

메소드 설명
CouchBase ( ) : System
CouchBase ( string username, string password, AuthenticationType aT ) : System
GetRequest ( string uri ) : CouchRequest
GetRequest ( string uri, string etag ) : CouchRequest

메소드 상세

Authenticate() 공개 정적인 메소드

public static Authenticate ( string baseUri, string userName, string password ) : bool
baseUri string
userName string
password string
리턴 bool

CouchBase() 보호된 메소드

protected CouchBase ( ) : System
리턴 System

CouchBase() 보호된 메소드

protected CouchBase ( string username, string password, AuthenticationType aT ) : System
username string
password string
aT AuthenticationType
리턴 System

GetRequest() 보호된 메소드

protected GetRequest ( string uri ) : CouchRequest
uri string
리턴 CouchRequest

GetRequest() 보호된 메소드

protected GetRequest ( string uri, string etag ) : CouchRequest
uri string
etag string
리턴 CouchRequest

GetSession() 공개 메소드

public GetSession ( ) : Cookie
리턴 System.Net.Cookie

SetTimeout() 공개 메소드

public SetTimeout ( int timeoutMs ) : void
timeoutMs int
리턴 void

프로퍼티 상세

authType 보호되어 있는 프로퍼티

protected AuthenticationType authType
리턴 AuthenticationType

baseUri 보호되어 있는 프로퍼티

protected string baseUri
리턴 string

password 보호되어 있는 프로퍼티

protected string password
리턴 string

timeout 보호되어 있는 프로퍼티

protected int? timeout
리턴 int?

username 보호되어 있는 프로퍼티

protected string username
리턴 string