AbstractHttpClient.DetermineParams(IHttpRequest) Method

Definition

Builds execution parameters from client and request parameters.

[Android.Runtime.Register("determineParams", "(Lorg/apache/http/HttpRequest;)Lorg/apache/http/params/HttpParams;", "GetDetermineParams_Lorg_apache_http_HttpRequest_Handler")]
protected virtual Org.Apache.Http.Params.IHttpParams? DetermineParams(Org.Apache.Http.IHttpRequest? req);
[<Android.Runtime.Register("determineParams", "(Lorg/apache/http/HttpRequest;)Lorg/apache/http/params/HttpParams;", "GetDetermineParams_Lorg_apache_http_HttpRequest_Handler")>]
abstract member DetermineParams : Org.Apache.Http.IHttpRequest -> Org.Apache.Http.Params.IHttpParams
override this.DetermineParams : Org.Apache.Http.IHttpRequest -> Org.Apache.Http.Params.IHttpParams

Parameters

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