ChunkedOutputStream Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- transfer
- JniHandleOwnership
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.