次の方法で共有


DefaultHttpResponseFactory コンストラクター

定義

オーバーロード

DefaultHttpResponseFactory()
DefaultHttpResponseFactory(IReasonPhraseCatalog)
DefaultHttpResponseFactory(IntPtr, JniHandleOwnership)

DefaultHttpResponseFactory()

[Android.Runtime.Register(".ctor", "()V", "")]
public DefaultHttpResponseFactory ();
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

DefaultHttpResponseFactory(IReasonPhraseCatalog)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/ReasonPhraseCatalog;)V", "")]
public DefaultHttpResponseFactory (Org.Apache.Http.IReasonPhraseCatalog? catalog);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/ReasonPhraseCatalog;)V", "")>]
new Org.Apache.Http.Impl.DefaultHttpResponseFactory : Org.Apache.Http.IReasonPhraseCatalog -> Org.Apache.Http.Impl.DefaultHttpResponseFactory

パラメーター

属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

DefaultHttpResponseFactory(IntPtr, JniHandleOwnership)

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

パラメーター

javaReference
IntPtr

nativeint

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象