Share via


ContentLengthOutputStream Constructors

Definition

Overloads

ContentLengthOutputStream(ISessionOutputBuffer, Int64)
ContentLengthOutputStream(IntPtr, JniHandleOwnership)

ContentLengthOutputStream(ISessionOutputBuffer, Int64)

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

Parameters

contentLength
Int64
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

ContentLengthOutputStream(IntPtr, JniHandleOwnership)

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

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