IHttpParams.Copy Method

Definition

Creates a copy of these parameters.

[Android.Runtime.Register("copy", "()Lorg/apache/http/params/HttpParams;", "GetCopyHandler:Org.Apache.Http.Params.IHttpParamsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.Apache.Http.Params.IHttpParams? Copy ();
[<Android.Runtime.Register("copy", "()Lorg/apache/http/params/HttpParams;", "GetCopyHandler:Org.Apache.Http.Params.IHttpParamsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Copy : unit -> Org.Apache.Http.Params.IHttpParams

Returns

a new set of parameters holding the same values as this one

Attributes

Remarks

Creates a copy of these parameters.

Java documentation for org.apache.http.params.HttpParams.copy().

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