HttpRequestHandlerRegistry.MatchUriRequestPattern(String, String) Method

Definition

Caution

deprecated

[Android.Runtime.Register("matchUriRequestPattern", "(Ljava/lang/String;Ljava/lang/String;)Z", "GetMatchUriRequestPattern_Ljava_lang_String_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
protected virtual bool MatchUriRequestPattern (string? pattern, string? requestUri);
[<Android.Runtime.Register("matchUriRequestPattern", "(Ljava/lang/String;Ljava/lang/String;)Z", "GetMatchUriRequestPattern_Ljava_lang_String_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member MatchUriRequestPattern : string * string -> bool
override this.MatchUriRequestPattern : string * string -> bool

Parameters

pattern
String
requestUri
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