言語

HttpEntityWrapper コンストラクター

定義

オーバーロード

名前 説明
HttpEntityWrapper(IHttpEntity)

新しいエンティティ ラッパーを作成します。

HttpEntityWrapper(IntPtr, JniHandleOwnership)

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

HttpEntityWrapper(IHttpEntity)

新しいエンティティ ラッパーを作成します。

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/HttpEntity;)V", "")]
public HttpEntityWrapper(Org.Apache.Http.IHttpEntity? wrapped);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/HttpEntity;)V", "")>]
new Org.Apache.Http.Entity.HttpEntityWrapper : Org.Apache.Http.IHttpEntity -> Org.Apache.Http.Entity.HttpEntityWrapper

パラメーター

wrapped
IHttpEntity

このラッパーがデリゲートする操作を持つエンティティ。

属性

注釈

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

適用対象

HttpEntityWrapper(IntPtr, JniHandleOwnership)

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

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

パラメーター

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

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

適用対象