HttpURLConnection Constructores

Definición

Sobrecargas

Nombre Description
HttpURLConnection(URL)

Constructor para HttpURLConnection.

HttpURLConnection(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

HttpURLConnection(URL)

Constructor para HttpURLConnection.

[Android.Runtime.Register(".ctor", "(Ljava/net/URL;)V", "")]
protected HttpURLConnection(Java.Net.URL? u);
[<Android.Runtime.Register(".ctor", "(Ljava/net/URL;)V", "")>]
new Java.Net.HttpURLConnection : Java.Net.URL -> Java.Net.HttpURLConnection

Parámetros

u
URL

la dirección URL

Atributos

Comentarios

Constructor para HttpURLConnection.

Java documentación para java.net.HttpURLConnection.HttpURLConnection(java.net.URL).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Consulte también

Se aplica a

HttpURLConnection(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

protected HttpURLConnection(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Net.HttpURLConnection : nativeint * Android.Runtime.JniHandleOwnership -> Java.Net.HttpURLConnection

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a