IOperatedClientConnection.OpenCompleted(Boolean, IHttpParams) Method

Definition

Signals that the connection has been successfully open.

[Android.Runtime.Register("openCompleted", "(ZLorg/apache/http/params/HttpParams;)V", "GetOpenCompleted_ZLorg_apache_http_params_HttpParams_Handler:Org.Apache.Http.Conn.IOperatedClientConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OpenCompleted (bool secure, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("openCompleted", "(ZLorg/apache/http/params/HttpParams;)V", "GetOpenCompleted_ZLorg_apache_http_params_HttpParams_Handler:Org.Apache.Http.Conn.IOperatedClientConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OpenCompleted : bool * Org.Apache.Http.Params.IHttpParams -> unit

Parameters

secure
Boolean

true if this connection is secure, for example if an SSLSocket is used, or false if it is not secure

params
IHttpParams

parameters for this connection. The parameters will be used when creating dependent objects, for example to determine buffer sizes.

Attributes

Exceptions

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