AbstractMessageWriter コンストラクター

定義

オーバーロード

AbstractMessageWriter(IntPtr, JniHandleOwnership)

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

パラメーター

javaReference
IntPtr

nativeint

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

AbstractMessageWriter(ISessionOutputBuffer, ILineFormatter, IHttpParams)

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

パラメーター

formatter
ILineFormatter
params
IHttpParams
属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象