DefaultClientConnection.OpenCompleted(Boolean, IHttpParams) Method

Definition

[Android.Runtime.Register("openCompleted", "(ZLorg/apache/http/params/HttpParams;)V", "GetOpenCompleted_ZLorg_apache_http_params_HttpParams_Handler")]
public virtual 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")>]
abstract member OpenCompleted : bool * Org.Apache.Http.Params.IHttpParams -> unit
override this.OpenCompleted : bool * Org.Apache.Http.Params.IHttpParams -> unit

Parameters

secure
Boolean
params
IHttpParams

Implements

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