HttpRetryException.ResponseCode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.