AbstractHttpClient.CreateRequestExecutor Method

Definition

Creates the default Request Executor.

[Android.Runtime.Register("createRequestExecutor", "()Lorg/apache/http/protocol/HttpRequestExecutor;", "GetCreateRequestExecutorHandler")]
protected abstract Org.Apache.Http.Protocol.HttpRequestExecutor? CreateRequestExecutor();
[<Android.Runtime.Register("createRequestExecutor", "()Lorg/apache/http/protocol/HttpRequestExecutor;", "GetCreateRequestExecutorHandler")>]
abstract member CreateRequestExecutor : unit -> Org.Apache.Http.Protocol.HttpRequestExecutor

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