Share via


HttpRetryException.ResponseCode Method

Definition

Returns the http response code

[Android.Runtime.Register("responseCode", "()I", "GetResponseCodeHandler")]
public virtual Java.Net.HttpStatus ResponseCode ();
[<Android.Runtime.Register("responseCode", "()I", "GetResponseCodeHandler")>]
abstract member ResponseCode : unit -> Java.Net.HttpStatus
override this.ResponseCode : unit -> Java.Net.HttpStatus

Returns

The http response code.

Attributes

Remarks

Returns the http response code

Java documentation for java.net.HttpRetryException.responseCode().

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