IHttpResponse.StatusLine Property

Definition

Obtains the status line of this response.

public Org.Apache.Http.IStatusLine? StatusLine { [Android.Runtime.Register("getStatusLine", "()Lorg/apache/http/StatusLine;", "GetGetStatusLineHandler:Org.Apache.Http.IHttpResponseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; [Android.Runtime.Register("setStatusLine", "(Lorg/apache/http/StatusLine;)V", "GetSetStatusLine_Lorg_apache_http_StatusLine_Handler:Org.Apache.Http.IHttpResponseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] set; }
[<get: Android.Runtime.Register("getStatusLine", "()Lorg/apache/http/StatusLine;", "GetGetStatusLineHandler:Org.Apache.Http.IHttpResponseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<set: Android.Runtime.Register("setStatusLine", "(Lorg/apache/http/StatusLine;)V", "GetSetStatusLine_Lorg_apache_http_StatusLine_Handler:Org.Apache.Http.IHttpResponseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.StatusLine : Org.Apache.Http.IStatusLine with get, set

Property Value

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