言語

AbstractCookieSpec.RegisterAttribHandler メソッド

定義

名前付き Cookie 属性のハンドラーを登録します。

[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

パラメーター

name
String

ハンドラーに関連付ける Cookie 属性名。

handler
ICookieAttributeHandler

登録する属性ハンドラー。

属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象