Share via


HttpResponseWriter Constructors

Definition

Overloads

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

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

formatter
ILineFormatter
params
IHttpParams
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to