BasicHttpResponse.StatusLine Property

Definition

Obtains the status line of this response.

public virtual Org.Apache.Http.IStatusLine? StatusLine { [Android.Runtime.Register("getStatusLine", "()Lorg/apache/http/StatusLine;", "GetGetStatusLineHandler")] get; [Android.Runtime.Register("setStatusLine", "(Lorg/apache/http/StatusLine;)V", "GetSetStatusLine_Lorg_apache_http_StatusLine_Handler")] set; }
[<get: Android.Runtime.Register("getStatusLine", "()Lorg/apache/http/StatusLine;", "GetGetStatusLineHandler")>]
[<set: Android.Runtime.Register("setStatusLine", "(Lorg/apache/http/StatusLine;)V", "GetSetStatusLine_Lorg_apache_http_StatusLine_Handler")>]
member this.StatusLine : Org.Apache.Http.IStatusLine with get, set

Property Value

Implements

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