Org.Apache.Http.Conn.IConnectionReleaseTrigger
Interface for releasing a connection.

See Also: IConnectionReleaseTrigger Members

Syntax

[Android.Runtime.Register("org/apache/http/conn/ConnectionReleaseTrigger", "", "Org.Apache.Http.Conn.IConnectionReleaseTriggerInvoker")]
public interface IConnectionReleaseTrigger : Android.Runtime.IJavaObject, IDisposable

Remarks

Interface for releasing a connection. This can be implemented by various "trigger" objects which are associated with a connection, for example a Org.Apache.Http.Conn.EofSensorInputStream or an Org.Apache.Http.Conn.BasicManagedEntity or the Org.Apache.Http.Conn.IManagedClientConnection itself.

The methods in this interface can safely be called multiple times. The first invocation releases the connection, subsequent calls are ignored.

[Android Documentation]

Requirements

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