IdentityInputStream Constructors

Definition

Overloads

Name Description
IdentityInputStream(ISessionInputBuffer)

Initializes an identity-encoded input stream over a session input buffer.

IdentityInputStream(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for the specified Java object.

IdentityInputStream(ISessionInputBuffer)

Initializes an identity-encoded input stream over a session input buffer.

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

Parameters

in
ISessionInputBuffer

The session input buffer.

Attributes

Remarks

Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.

Applies to

IdentityInputStream(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for the specified Java object.

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

Parameters

javaReference
IntPtr

nativeint

The JNI handle of the Java object.

transfer
JniHandleOwnership

The ownership transfer mode for the JNI handle.

Remarks

Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.

Applies to