Java.Net.URLStreamHandler.ParseURL Method
Parses the clear text URL in str into a URL object.

Syntax

[Android.Runtime.Register("parseURL", "(Ljava/net/URL;Ljava/lang/String;II)V", "GetParseURL_Ljava_net_URL_Ljava_lang_String_IIHandler")]
protected virtual void ParseURL (URL u, string str, int start, int end)

See Also

URLStreamHandler.ToExternalForm(URL)
URL

Parameters

url
the URL to fill in the parsed clear text URL parts.
spec
the URL string that is to be parsed.
start
the string position from where to begin parsing.
end
the string position to stop parsing.

Remarks

Parses the clear text URL in str into a URL object. URL strings generally have the following format:

http://www.company.com/java/file1.java#reference

The string is parsed in HTTP format. If the protocol has a different URL format this method must be overridden.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1