Share via


WebResourceResponse.StatusCode Property

Definition

Gets the resource response's status code.

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

Property Value

The resource response's status code.

Attributes

Remarks

Gets the resource response's status code.

Java documentation for android.webkit.WebResourceResponse.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