ClientParamsStack Constructors
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.
Overloads
ClientParamsStack(ClientParamsStack)
[Android.Runtime.Register(".ctor", "(Lorg/apache/http/impl/client/ClientParamsStack;)V", "")]
public ClientParamsStack (Org.Apache.Http.Impl.Client.ClientParamsStack? stack);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/impl/client/ClientParamsStack;)V", "")>]
new Org.Apache.Http.Impl.Client.ClientParamsStack : Org.Apache.Http.Impl.Client.ClientParamsStack -> Org.Apache.Http.Impl.Client.ClientParamsStack
Parameters
- stack
- ClientParamsStack
- 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
ClientParamsStack(IntPtr, JniHandleOwnership)
protected ClientParamsStack (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Client.ClientParamsStack : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Client.ClientParamsStack
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
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
ClientParamsStack(IHttpParams, IHttpParams, IHttpParams, IHttpParams)
[Android.Runtime.Register(".ctor", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;)V", "")]
public ClientParamsStack (Org.Apache.Http.Params.IHttpParams? aparams, Org.Apache.Http.Params.IHttpParams? cparams, Org.Apache.Http.Params.IHttpParams? rparams, Org.Apache.Http.Params.IHttpParams? oparams);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;)V", "")>]
new Org.Apache.Http.Impl.Client.ClientParamsStack : Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Impl.Client.ClientParamsStack
Parameters
- aparams
- IHttpParams
- cparams
- IHttpParams
- rparams
- IHttpParams
- oparams
- IHttpParams
- 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
ClientParamsStack(ClientParamsStack, IHttpParams, IHttpParams, IHttpParams, IHttpParams)
[Android.Runtime.Register(".ctor", "(Lorg/apache/http/impl/client/ClientParamsStack;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;)V", "")]
public ClientParamsStack (Org.Apache.Http.Impl.Client.ClientParamsStack? stack, Org.Apache.Http.Params.IHttpParams? aparams, Org.Apache.Http.Params.IHttpParams? cparams, Org.Apache.Http.Params.IHttpParams? rparams, Org.Apache.Http.Params.IHttpParams? oparams);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/impl/client/ClientParamsStack;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;)V", "")>]
new Org.Apache.Http.Impl.Client.ClientParamsStack : Org.Apache.Http.Impl.Client.ClientParamsStack * Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Impl.Client.ClientParamsStack
Parameters
- stack
- ClientParamsStack
- aparams
- IHttpParams
- cparams
- IHttpParams
- rparams
- IHttpParams
- oparams
- IHttpParams
- 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.