Org.Apache.Http.Protocol.HttpRequestExecutor.DoReceiveResponse Method
Wait for and receive a response.

Syntax

[Android.Runtime.Register("doReceiveResponse", "(Lorg/apache/http/HttpRequest;Lorg/apache/http/HttpClientConnection;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;", "GetDoReceiveResponse_Lorg_apache_http_HttpRequest_Lorg_apache_http_HttpClientConnection_Lorg_apache_http_protocol_HttpContext_Handler")]
protected virtual Org.Apache.Http.IHttpResponse DoReceiveResponse (Org.Apache.Http.IHttpRequest request, Org.Apache.Http.IHttpClientConnection conn, IHttpContext context)

Parameters

request
the request for which to obtain the response
conn
the connection over which the request was sent
context
the context for receiving the response

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Apache.Http.HttpExceptionin case of a protocol or processing problem
Java.IO.IOExceptionin case of an I/O problem

Remarks

Wait for and receive a response. This method will automatically ignore intermediate responses with status code 1xx.

[Android Documentation]

Requirements

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