IClientConnectionOperatorExtensions.UpdateSecureConnectionAsync Method

Definition

public static System.Threading.Tasks.Task UpdateSecureConnectionAsync (this Org.Apache.Http.Conn.IClientConnectionOperator self, Org.Apache.Http.Conn.IOperatedClientConnection? conn, Org.Apache.Http.HttpHost? target, Org.Apache.Http.Protocol.IHttpContext? context, Org.Apache.Http.Params.IHttpParams? params);
static member UpdateSecureConnectionAsync : Org.Apache.Http.Conn.IClientConnectionOperator * Org.Apache.Http.Conn.IOperatedClientConnection * Org.Apache.Http.HttpHost * Org.Apache.Http.Protocol.IHttpContext * Org.Apache.Http.Params.IHttpParams -> System.Threading.Tasks.Task

Parameters

target
HttpHost
context
IHttpContext
params
IHttpParams

Returns

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