Linguaggio

TunnelRefusedException Costruttori

Definizione

Overload

Nome Descrizione
TunnelRefusedException(IntPtr, JniHandleOwnership)
TunnelRefusedException(String, IHttpResponse)

Inizializza l'eccezione con la risposta del proxy.

TunnelRefusedException(IntPtr, JniHandleOwnership)

protected TunnelRefusedException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Client.TunnelRefusedException : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Client.TunnelRefusedException

Parametri

javaReference
IntPtr

nativeint

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

TunnelRefusedException(String, IHttpResponse)

Inizializza l'eccezione con la risposta del proxy.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Lorg/apache/http/HttpResponse;)V", "")]
public TunnelRefusedException(string? message, Org.Apache.Http.IHttpResponse? response);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Lorg/apache/http/HttpResponse;)V", "")>]
new Org.Apache.Http.Impl.Client.TunnelRefusedException : string * Org.Apache.Http.IHttpResponse -> Org.Apache.Http.Impl.Client.TunnelRefusedException

Parametri

message
String
response
IHttpResponse
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a