Org.Apache.Http.Client.Methods.IAbortableHttpRequest.SetConnectionRequest Method
Sets the Org.Apache.Http.Conn.IClientConnectionRequest callback that can be used to abort a long-lived request for a connection.

Syntax

[Android.Runtime.Register("setConnectionRequest", "(Lorg/apache/http/conn/ClientConnectionRequest;)V", "GetSetConnectionRequest_Lorg_apache_http_conn_ClientConnectionRequest_Handler:Org.Apache.Http.Client.Methods.IAbortableHttpRequestInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetConnectionRequest (Org.Apache.Http.Conn.IClientConnectionRequest connRequest)

See Also

Org.Apache.Http.Conn.IClientConnectionManager

Parameters

connRequest
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Sets the Org.Apache.Http.Conn.IClientConnectionRequest callback that can be used to abort a long-lived request for a connection. If the request is already aborted, throws an Java.IO.IOException.

[Android Documentation]

Requirements

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