IClientConnectionOperator.CreateConnection Method

Definition

Creates a new connection that can be operated.

[Android.Runtime.Register("createConnection", "()Lorg/apache/http/conn/OperatedClientConnection;", "GetCreateConnectionHandler:Org.Apache.Http.Conn.IClientConnectionOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.Apache.Http.Conn.IOperatedClientConnection? CreateConnection ();
[<Android.Runtime.Register("createConnection", "()Lorg/apache/http/conn/OperatedClientConnection;", "GetCreateConnectionHandler:Org.Apache.Http.Conn.IClientConnectionOperatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateConnection : unit -> Org.Apache.Http.Conn.IOperatedClientConnection

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to