See Also: AndroidHttpClient Members
Implementation of the Apache NoType:org/apache/http/impl/client/DefaultHttpClient;Href=../../../../reference/org/apache/http/impl/client/DefaultHttpClient.html that is configured with reasonable default settings and registered schemes for Android. Don't create this directly, use the AndroidHttpClient.NewInstance(string) factory method.
java Example
context.setAttribute(ClientContext.COOKIE_STORE, cookieStore);
This client processes cookies but does not retain them by default. To retain cookies, simply add a cookie store to the HttpContext: