言語

ClientContextConfigurer コンストラクター

定義

オーバーロード

名前 説明
ClientContextConfigurer(IHttpContext)

HTTP コンテキストの構成子を初期化します。

ClientContextConfigurer(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

ClientContextConfigurer(IHttpContext)

HTTP コンテキストの構成子を初期化します。

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/protocol/HttpContext;)V", "")]
public ClientContextConfigurer(Org.Apache.Http.Protocol.IHttpContext? context);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/protocol/HttpContext;)V", "")>]
new Org.Apache.Http.Client.Protocol.ClientContextConfigurer : Org.Apache.Http.Protocol.IHttpContext -> Org.Apache.Http.Client.Protocol.ClientContextConfigurer

パラメーター

context
IHttpContext

構成する NULL 以外の HTTP コンテキスト。

属性

例外

contextnullです。

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

ClientContextConfigurer(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected ClientContextConfigurer(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Client.Protocol.ClientContextConfigurer : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Client.Protocol.ClientContextConfigurer

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含むIntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象