다음을 통해 공유


HttpResponseWriter 생성자

정의

오버로드

HttpResponseWriter(IntPtr, JniHandleOwnership)
HttpResponseWriter(ISessionOutputBuffer, ILineFormatter, IHttpParams)

HttpResponseWriter(IntPtr, JniHandleOwnership)

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

매개 변수

javaReference
IntPtr

nativeint

설명

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

적용 대상

HttpResponseWriter(ISessionOutputBuffer, ILineFormatter, IHttpParams)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/message/LineFormatter;Lorg/apache/http/params/HttpParams;)V", "")]
public HttpResponseWriter (Org.Apache.Http.IO.ISessionOutputBuffer? buffer, Org.Apache.Http.Message.ILineFormatter? formatter, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/message/LineFormatter;Lorg/apache/http/params/HttpParams;)V", "")>]
new Org.Apache.Http.Impl.IO.HttpResponseWriter : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.Message.ILineFormatter * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Impl.IO.HttpResponseWriter

매개 변수

formatter
ILineFormatter
params
IHttpParams
특성

설명

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

적용 대상