次の方法で共有


HttpService コンストラクター

定義

オーバーロード

HttpService(IntPtr, JniHandleOwnership)

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

HttpService(IHttpProcessor, IConnectionReuseStrategy, IHttpResponseFactory)

新しい HTTP サービスを作成します。

HttpService(IntPtr, JniHandleOwnership)

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

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

パラメーター

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

処理方法 JniHandleOwnershipを示す javaReference

注釈

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

適用対象

HttpService(IHttpProcessor, IConnectionReuseStrategy, IHttpResponseFactory)

新しい HTTP サービスを作成します。

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/protocol/HttpProcessor;Lorg/apache/http/ConnectionReuseStrategy;Lorg/apache/http/HttpResponseFactory;)V", "")]
public HttpService (Org.Apache.Http.Protocol.IHttpProcessor? proc, Org.Apache.Http.IConnectionReuseStrategy? connStrategy, Org.Apache.Http.IHttpResponseFactory? responseFactory);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/protocol/HttpProcessor;Lorg/apache/http/ConnectionReuseStrategy;Lorg/apache/http/HttpResponseFactory;)V", "")>]
new Org.Apache.Http.Protocol.HttpService : Org.Apache.Http.Protocol.IHttpProcessor * Org.Apache.Http.IConnectionReuseStrategy * Org.Apache.Http.IHttpResponseFactory -> Org.Apache.Http.Protocol.HttpService

パラメーター

responseFactory
IHttpResponseFactory
属性

注釈

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

適用対象