HttpService コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- 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
パラメーター
- proc
- IHttpProcessor
- connStrategy
- IConnectionReuseStrategy
- responseFactory
- IHttpResponseFactory
- 属性
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。