Org.Apache.Http.Protocol.DefaultedHttpContext Class
Org.Apache.Http.Protocol.HttpContext implementation that delegates resolution of an attribute to the given default Org.Apache.Http.Protocol.HttpContext instance if the attribute is not present in the local one.

See Also: DefaultedHttpContext Members

Syntax

[Android.Runtime.Register("org/apache/http/protocol/DefaultedHttpContext", DoNotGenerateAcw=true)]
public sealed class DefaultedHttpContext : Java.Lang.Object, IHttpContext, IDisposable

Remarks

Org.Apache.Http.Protocol.HttpContext implementation that delegates resolution of an attribute to the given default Org.Apache.Http.Protocol.HttpContext instance if the attribute is not present in the local one. The state of the local context can be mutated, whereas the default context is treated as read-only.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Protocol
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1