AbstractCookieSpec.RegisterAttribHandler Metodo

Definizione

Registra un gestore per un attributo cookie denominato.

[Android.Runtime.Register("registerAttribHandler", "(Ljava/lang/String;Lorg/apache/http/cookie/CookieAttributeHandler;)V", "GetRegisterAttribHandler_Ljava_lang_String_Lorg_apache_http_cookie_CookieAttributeHandler_Handler")]
public virtual void RegisterAttribHandler(string? name, Org.Apache.Http.Cookies.ICookieAttributeHandler? handler);
[<Android.Runtime.Register("registerAttribHandler", "(Ljava/lang/String;Lorg/apache/http/cookie/CookieAttributeHandler;)V", "GetRegisterAttribHandler_Ljava_lang_String_Lorg_apache_http_cookie_CookieAttributeHandler_Handler")>]
abstract member RegisterAttribHandler : string * Org.Apache.Http.Cookies.ICookieAttributeHandler -> unit
override this.RegisterAttribHandler : string * Org.Apache.Http.Cookies.ICookieAttributeHandler -> unit

Parametri

name
String

Nome dell'attributo del cookie da associare al gestore.

handler
ICookieAttributeHandler

Gestore di attributi da registrare.

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a