Share via


DefaultHttpRequestRetryHandler Constructors

Definition

Overloads

DefaultHttpRequestRetryHandler()
DefaultHttpRequestRetryHandler(Int32, Boolean)
DefaultHttpRequestRetryHandler(IntPtr, JniHandleOwnership)

DefaultHttpRequestRetryHandler()

[Android.Runtime.Register(".ctor", "()V", "")]
public DefaultHttpRequestRetryHandler ();
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

DefaultHttpRequestRetryHandler(Int32, Boolean)

[Android.Runtime.Register(".ctor", "(IZ)V", "")]
public DefaultHttpRequestRetryHandler (int retryCount, bool requestSentRetryEnabled);
[<Android.Runtime.Register(".ctor", "(IZ)V", "")>]
new Org.Apache.Http.Impl.Client.DefaultHttpRequestRetryHandler : int * bool -> Org.Apache.Http.Impl.Client.DefaultHttpRequestRetryHandler

Parameters

retryCount
Int32
requestSentRetryEnabled
Boolean
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

DefaultHttpRequestRetryHandler(IntPtr, JniHandleOwnership)

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

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