AbstractSessionOutputBuffer Constructors

Definition

Overloads

Name Description
AbstractSessionOutputBuffer()

Initializes a new session output buffer.

AbstractSessionOutputBuffer(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for the specified Java object.

AbstractSessionOutputBuffer()

Initializes a new session output buffer.

[Android.Runtime.Register(".ctor", "()V", "")]
public AbstractSessionOutputBuffer();
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

AbstractSessionOutputBuffer(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for the specified Java object.

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

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