Méthode | Description | |
---|---|---|
BasicAuthenticationInterceptor ( string username, string password ) : System |
Initializes a new instance of the IBM.Cloudant.Client.BasicAuthenticationInterceptor class with the specified username and password.
|
|
InterceptRequest ( |
Intercepts the HttpRequest before it is sent.
|
|
InterceptResponse ( |
Intercepts the HttpResponse before it is consumed.
|
public BasicAuthenticationInterceptor ( string username, string password ) : System | ||
username | string | Username for the http request. |
password | string | Password for the user specified by username. |
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 |