AbstractHttpClientConnection.CreateHttpResponseFactory Method

Definition

Creates the HTTP response factory used by this connection.

[Android.Runtime.Register("createHttpResponseFactory", "()Lorg/apache/http/HttpResponseFactory;", "GetCreateHttpResponseFactoryHandler")]
protected virtual Org.Apache.Http.IHttpResponseFactory? CreateHttpResponseFactory();
[<Android.Runtime.Register("createHttpResponseFactory", "()Lorg/apache/http/HttpResponseFactory;", "GetCreateHttpResponseFactoryHandler")>]
abstract member CreateHttpResponseFactory : unit -> Org.Apache.Http.IHttpResponseFactory
override this.CreateHttpResponseFactory : unit -> Org.Apache.Http.IHttpResponseFactory

Returns

The HTTP response factory used by this connection.

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