IdentityOutputStream Constructors

Definition

Overloads

Name Description
IdentityOutputStream(ISessionOutputBuffer)

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

IdentityOutputStream(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for the specified Java object.

IdentityOutputStream(ISessionOutputBuffer)

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

[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

out
ISessionOutputBuffer

The session output 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

IdentityOutputStream(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for the specified Java object.

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

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