HttpStatus.ScNotModified Field

Definition

Caution

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

304 Not Modified (HTTP/1.

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

Field Value

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