ContentLengthInputStream Constructors

Definition

Overloads

ContentLengthInputStream(ISessionInputBuffer, Int64)
ContentLengthInputStream(IntPtr, JniHandleOwnership)

ContentLengthInputStream(ISessionInputBuffer, Int64)

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

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

ContentLengthInputStream(IntPtr, JniHandleOwnership)

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

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