HttpStatus.ScMethodFailure Field

Definition

Caution

Use 'Org.Apache.Http.IHttpStatus.ScMethodFailure'. This class will be removed in a future release.

Static constant for a 420 error.

[Android.Runtime.Register("SC_METHOD_FAILURE")]
[System.Obsolete("Use 'Org.Apache.Http.IHttpStatus.ScMethodFailure'. This class will be removed in a future release.")]
public const int ScMethodFailure = 420;
[<Android.Runtime.Register("SC_METHOD_FAILURE")>]
[<System.Obsolete("Use 'Org.Apache.Http.IHttpStatus.ScMethodFailure'. This class will be removed in a future release.")>]
val mutable ScMethodFailure : int

Field Value

Value = 420
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