Org.Apache.Http.Conn.IClientConnectionOperator
Interface for opening Org.Apache.Http.Conn.IOperatedClientConnection.

See Also: IClientConnectionOperator Members

Syntax

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

Remarks

Interface for opening Org.Apache.Http.Conn.IOperatedClientConnection. This interface encapsulates the logic to create sockets and to open or update the connection with the new socket. Implementations will most likely make use of Org.Apache.Http.Conn.Schemes.ISocketFactory.

The methods in this interface allow the creation of plain and layered sockets. Creating a tunnelled connection through a proxy, however, is not within the scope of the operator.

[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