Org.Apache.Http.Cookies.IClientCookie
ClientCookie extends the standard Org.Apache.Http.Cookies.ICookie interface with additional client specific functionality such ability to retrieve original cookie attributes exactly as they were specified by the origin server.

See Also: IClientCookie Members

Syntax

[Android.Runtime.Register("org/apache/http/cookie/ClientCookie", "", "Org.Apache.Http.Cookies.IClientCookieInvoker")]
public interface IClientCookie : ICookie, IDisposable

Remarks

ClientCookie extends the standard Org.Apache.Http.Cookies.ICookie interface with additional client specific functionality such ability to retrieve original cookie attributes exactly as they were specified by the origin server. This is important for generating the Cookie header because some cookie specifications require that the Cookie header should include certain attributes only if they were specified in the Set-Cookie header.

[Android Documentation]

Requirements

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