AbstractSessionInputBuffer Constructors

Definition

Overloads

Name Description
AbstractSessionInputBuffer()

Initializes a new session input buffer.

AbstractSessionInputBuffer(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for the specified Java object.

AbstractSessionInputBuffer()

Initializes a new session input buffer.

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

AbstractSessionInputBuffer(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for the specified Java object.

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

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