Creates a new response from status line elements.
Syntax
[Android.Runtime.Register("newHttpResponse", "(Lorg/apache/http/ProtocolVersion;ILorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;", "GetNewHttpResponse_Lorg_apache_http_ProtocolVersion_ILorg_apache_http_protocol_HttpContext_Handler:Org.Apache.Http.IHttpResponseFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
IHttpResponse NewHttpResponse (
ProtocolVersion ver,
int status,
Org.Apache.Http.Protocol.IHttpContext context)
Parameters
- ver
- the protocol version
- status
- the status code
- context
- the context from which to determine the locale
for looking up a reason phrase to the status code, or
null to use the default locale
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.Apache.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1