Org.Apache.Http.Protocol.HttpRequestExecutor.Execute Method
Synchronously send a request and obtain the response.

Syntax

[Android.Runtime.Register("execute", "(Lorg/apache/http/HttpRequest;Lorg/apache/http/HttpClientConnection;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;", "GetExecute_Lorg_apache_http_HttpRequest_Lorg_apache_http_HttpClientConnection_Lorg_apache_http_protocol_HttpContext_Handler")]
public virtual Org.Apache.Http.IHttpResponse Execute (Org.Apache.Http.IHttpRequest request, Org.Apache.Http.IHttpClientConnection conn, IHttpContext context)

Parameters

request
the request to send. It will be preprocessed.
conn
the open connection over which to send
context
Documentation for this section has not yet been entered.

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

Synchronously send a request and obtain the response.

[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