AbstractCookieSpec.GetAttribHandler(String) Method

Definition

[Android.Runtime.Register("getAttribHandler", "(Ljava/lang/String;)Lorg/apache/http/cookie/CookieAttributeHandler;", "GetGetAttribHandler_Ljava_lang_String_Handler")]
protected virtual Org.Apache.Http.Cookies.ICookieAttributeHandler? GetAttribHandler (string? name);
[<Android.Runtime.Register("getAttribHandler", "(Ljava/lang/String;)Lorg/apache/http/cookie/CookieAttributeHandler;", "GetGetAttribHandler_Ljava_lang_String_Handler")>]
abstract member GetAttribHandler : string -> Org.Apache.Http.Cookies.ICookieAttributeHandler
override this.GetAttribHandler : string -> Org.Apache.Http.Cookies.ICookieAttributeHandler

Parameters

name
String

Returns

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