C# Class LoveSeat.Support.CouchBase

Afficher le fichier Open project: soitgoes/LoveSeat

Protected Properties

Свойство Type Description
authType AuthenticationType
baseUri string
password string
timeout int?
username string

Méthodes publiques

Méthode Description
Authenticate ( string baseUri, string userName, string password ) : bool
GetSession ( ) : Cookie
SetTimeout ( int timeoutMs ) : void

Méthodes protégées

Méthode Description
CouchBase ( ) : System
CouchBase ( string username, string password, AuthenticationType aT ) : System
GetRequest ( string uri ) : CouchRequest
GetRequest ( string uri, string etag ) : CouchRequest

Method Details

Authenticate() public static méthode

public static Authenticate ( string baseUri, string userName, string password ) : bool
baseUri string
userName string
password string
Résultat bool

CouchBase() protected méthode

protected CouchBase ( ) : System
Résultat System

CouchBase() protected méthode

protected CouchBase ( string username, string password, AuthenticationType aT ) : System
username string
password string
aT AuthenticationType
Résultat System

GetRequest() protected méthode

protected GetRequest ( string uri ) : CouchRequest
uri string
Résultat CouchRequest

GetRequest() protected méthode

protected GetRequest ( string uri, string etag ) : CouchRequest
uri string
etag string
Résultat CouchRequest

GetSession() public méthode

public GetSession ( ) : Cookie
Résultat System.Net.Cookie

SetTimeout() public méthode

public SetTimeout ( int timeoutMs ) : void
timeoutMs int
Résultat void

Property Details

authType protected_oe property

protected AuthenticationType authType
Résultat AuthenticationType

baseUri protected_oe property

protected string baseUri
Résultat string

password protected_oe property

protected string password
Résultat string

timeout protected_oe property

protected int? timeout
Résultat int?

username protected_oe property

protected string username
Résultat string