TunnelRefusedException Constructors

Definition

Overloads

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

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

Parameters

javaReference
IntPtr

nativeint

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

TunnelRefusedException(String, IHttpResponse)

[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

Parameters

message
String
response
IHttpResponse
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