Java.Net.URLStreamHandler.SetURL Method
Sets the fields of the URL u to the values of the supplied arguments.

Syntax

[Android.Runtime.Register("setURL", "(Ljava/net/URL;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetSetURL_Ljava_net_URL_Ljava_lang_String_Ljava_lang_String_ILjava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
protected virtual void SetURL (URL u, string protocol, string host, int port, string authority, string userInfo, string file, string query, string ref)

Parameters

u
Documentation for this section has not yet been entered.
protocol
Documentation for this section has not yet been entered.
host
Documentation for this section has not yet been entered.
port
Documentation for this section has not yet been entered.
authority
Documentation for this section has not yet been entered.
userInfo
Documentation for this section has not yet been entered.
path
Documentation for this section has not yet been entered.
query
Documentation for this section has not yet been entered.
ref
Documentation for this section has not yet been entered.

Remarks

Sets the fields of the URL u to the values of the supplied arguments.

[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