Org.Apache.Http.IHttpResponse.StatusLine Property
Obtains the status line of this response.

Syntax

[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")]
public IStatusLine StatusLine { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Obtains the status line of this response. The status line can be set using one of the IHttpResponse.SetStatusLine(ProtocolVersion, System.Int32) methods, or it can be initialized in a constructor.

Set method documentation [Android Documentation]

Sets the status line of this response.

Requirements

Namespace: Org.Apache.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1