Méthode | Description | |
---|---|---|
CookieInterceptor ( string username, string password ) : System |
Initializes a new instance of the IBM.Cloudant.Client.CookieInterceptor class.
|
|
InterceptRequest ( |
Intercepts the HttpRequest before it is sent.
|
|
InterceptResponse ( |
Intercepts the HttpResponse before it is consumed.
|
Méthode | Description | |
---|---|---|
GetCookie ( |
||
SessionHasStarted ( |
public CookieInterceptor ( string username, string password ) : System | ||
username | string | The username to use when getting the cookie |
password | string | The password to use when getting the cookie |
Résultat | System |
public InterceptRequest ( |
||
context | Http connection interceptor context with the current state. | |
Résultat |
public InterceptResponse ( |
||
context | Http connection interceptor context with the current state | |
Résultat |