Org.Apache.Http.Protocol.HttpRequestExecutor.DoSendRequest Method
Send a request over a connection.

Syntax

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

Parameters

request
the request to send, already HttpRequestExecutor.PreProcess(Org.Apache.Http.IHttpRequest, Org.Apache.Http.Protocol.IHttpProcessor, Org.Apache.Http.Protocol.IHttpProcessor)
conn
the connection over which to send the request, already established
context
the context for sending the request

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

Send a request over a connection. This method also handles the expect-continue handshake if necessary. If it does not have to handle an expect-continue handshake, it will not use the connection for reading or anything else that depends on data coming in over the connection.

[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