CookieSpecRegistry.Register(String, ICookieSpecFactory) Method

Definition

Registers a ICookieSpecFactory with the given identifier.

[Android.Runtime.Register("register", "(Ljava/lang/String;Lorg/apache/http/cookie/CookieSpecFactory;)V", "")]
public void Register (string? name, Org.Apache.Http.Cookies.ICookieSpecFactory? factory);
[<Android.Runtime.Register("register", "(Ljava/lang/String;Lorg/apache/http/cookie/CookieSpecFactory;)V", "")>]
member this.Register : string * Org.Apache.Http.Cookies.ICookieSpecFactory -> unit

Parameters

name
String

the identifier for this specification

factory
ICookieSpecFactory

the ICookieSpecFactory class to register

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also