Org.Apache.Http.Client.Methods.IAbortableHttpRequest.SetReleaseTrigger Method
Sets the Org.Apache.Http.Conn.IConnectionReleaseTrigger callback that can be used to abort an active connection.

Syntax

[Android.Runtime.Register("setReleaseTrigger", "(Lorg/apache/http/conn/ConnectionReleaseTrigger;)V", "GetSetReleaseTrigger_Lorg_apache_http_conn_ConnectionReleaseTrigger_Handler:Org.Apache.Http.Client.Methods.IAbortableHttpRequestInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetReleaseTrigger (Org.Apache.Http.Conn.IConnectionReleaseTrigger releaseTrigger)

Parameters

releaseTrigger
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Sets the Org.Apache.Http.Conn.IConnectionReleaseTrigger callback that can be used to abort an active connection. Typically, this will be the Org.Apache.Http.Conn.IManagedClientConnection itself. 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