PluginData.StatusCode Property

Definition

Returns the HTTP status code for the response.

public int StatusCode { [Android.Runtime.Register("getStatusCode", "()I", "")] get; }
[<get: Android.Runtime.Register("getStatusCode", "()I", "")>]
member this.StatusCode : int

Property Value

The HTTP statue code, e.g 200.

Attributes

Remarks

Returns the HTTP status code for the response.

This member is deprecated. This class was intended to be used by Gears. Since Gears was deprecated, so is this class.

Java documentation for android.webkit.PluginData.getStatusCode().

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