AbstractCookieSpec.RegisterAttribHandler Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[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
Parámetros
- name
- String
- handler
- ICookieAttributeHandler
- Atributos
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.