Share via


ChunkedOutputStream Constructors

Definition

Overloads

ChunkedOutputStream(ISessionOutputBuffer)
ChunkedOutputStream(ISessionOutputBuffer, Int32)
ChunkedOutputStream(IntPtr, JniHandleOwnership)

ChunkedOutputStream(ISessionOutputBuffer)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;)V", "")]
public ChunkedOutputStream (Org.Apache.Http.IO.ISessionOutputBuffer? out);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;)V", "")>]
new Org.Apache.Http.Impl.IO.ChunkedOutputStream : Org.Apache.Http.IO.ISessionOutputBuffer -> Org.Apache.Http.Impl.IO.ChunkedOutputStream

Parameters

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

ChunkedOutputStream(ISessionOutputBuffer, Int32)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;I)V", "")]
public ChunkedOutputStream (Org.Apache.Http.IO.ISessionOutputBuffer? out, int bufferSize);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/SessionOutputBuffer;I)V", "")>]
new Org.Apache.Http.Impl.IO.ChunkedOutputStream : Org.Apache.Http.IO.ISessionOutputBuffer * int -> Org.Apache.Http.Impl.IO.ChunkedOutputStream

Parameters

bufferSize
Int32
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

ChunkedOutputStream(IntPtr, JniHandleOwnership)

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

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