UrlInterceptRegistry.GetPluginData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given an url, returns the PluginData of the first
UrlInterceptHandler interested, or null
if none are or if
intercepts are disabled.
[Android.Runtime.Register("getPluginData", "(Ljava/lang/String;Ljava/util/Map;)Landroid/webkit/PluginData;", "")]
public static Android.Webkit.PluginData? GetPluginData (string? url, System.Collections.Generic.IDictionary<string,string>? headers);
[<Android.Runtime.Register("getPluginData", "(Ljava/lang/String;Ljava/util/Map;)Landroid/webkit/PluginData;", "")>]
static member GetPluginData : string * System.Collections.Generic.IDictionary<string, string> -> Android.Webkit.PluginData
Parameters
- url
- String
- headers
- IDictionary<String,String>
Returns
A PluginData instance containing surrogate content.
- Attributes
Remarks
Given an url, returns the PluginData of the first UrlInterceptHandler interested, or null
if none are or if intercepts are disabled.
This member is deprecated. This class was intended to be used by Gears. Since Gears was deprecated, so is this class.
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.