Compartilhar via


HttpRequestWriter Constructors

Definition

Overloads

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

HttpRequestWriter(IntPtr, JniHandleOwnership)

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

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

HttpRequestWriter(ISessionOutputBuffer, ILineFormatter, IHttpParams)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/message/LineFormatter;Lorg/apache/http/params/HttpParams;)V", "")]
public HttpRequestWriter (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.HttpRequestWriter : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.Message.ILineFormatter * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Impl.IO.HttpRequestWriter

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