다음을 통해 공유


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

IntPtrJNI(Java Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 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 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상