URLUtil.IsCookielessProxyUrl(String) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("isCookielessProxyUrl", "(Ljava/lang/String;)Z", "")]
[System.Obsolete("deprecated")]
public static bool IsCookielessProxyUrl (string? url);
[<Android.Runtime.Register("isCookielessProxyUrl", "(Ljava/lang/String;)Z", "")>]
[<System.Obsolete("deprecated")>]
static member IsCookielessProxyUrl : string -> bool

Parameters

url
String

Returns

true if the url is a proxy url to allow cookieless network requests from a file url.

Attributes

Remarks

This member is deprecated. Cookieless proxy is no longer supported.

Java documentation for android.webkit.URLUtil.isCookielessProxyUrl(java.lang.String).

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