Org.Apache.Http.IHttpResponseFactory.NewHttpResponse Method
Creates a new response from a status line.

Syntax

[Android.Runtime.Register("newHttpResponse", "(Lorg/apache/http/StatusLine;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;", "GetNewHttpResponse_Lorg_apache_http_StatusLine_Lorg_apache_http_protocol_HttpContext_Handler:Org.Apache.Http.IHttpResponseFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IHttpResponse NewHttpResponse (IStatusLine statusline, Org.Apache.Http.Protocol.IHttpContext context)

Parameters

statusline
the status line
context
the context from which to determine the locale for looking up a reason phrase if the status code is updated, or null to use the default locale

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a new response from a status line.

[Android Documentation]

Requirements

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