HttpStatus.ScForbidden Field

Definition

Caution

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

403 Forbidden (HTTP/1.

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

Field Value

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