IdentityOutputStream Constructors

Definition

Overloads

IdentityOutputStream(ISessionOutputBuffer)
IdentityOutputStream(IntPtr, JniHandleOwnership)

IdentityOutputStream(ISessionOutputBuffer)

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

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

IdentityOutputStream(IntPtr, JniHandleOwnership)

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

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