IHttpParams.Copy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.