WebResourceResponse.ReasonPhrase Property

Definition

Gets the description of the resource response's status code.

public virtual string? ReasonPhrase { [Android.Runtime.Register("getReasonPhrase", "()Ljava/lang/String;", "GetGetReasonPhraseHandler")] get; }
[<get: Android.Runtime.Register("getReasonPhrase", "()Ljava/lang/String;", "GetGetReasonPhraseHandler")>]
member this.ReasonPhrase : string

Property Value

The description of the resource response's status code.

Attributes

Remarks

Gets the description of the resource response's status code.

Java documentation for android.webkit.WebResourceResponse.getReasonPhrase().

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