Org.Apache.Http.Cookies.CookieSpecRegistry.GetCookieSpec Method
Gets the Org.Apache.Http.Cookies.ICookieSpec with the given ID.

Syntax

[Android.Runtime.Register("getCookieSpec", "(Ljava/lang/String;Lorg/apache/http/params/HttpParams;)Lorg/apache/http/cookie/CookieSpec;", "")]
public ICookieSpec GetCookieSpec (string name, Org.Apache.Http.Params.IHttpParams params)

Parameters

name
the Org.Apache.Http.Cookies.ICookieSpec identifier
params
the Org.Apache.Http.Params.IHttpParams for the cookie specification.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif a policy with the given name cannot be found

Remarks

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