HttpConnectionMetricsImpl Constructors

Definition

Overloads

Name Description
HttpConnectionMetricsImpl(IHttpTransportMetrics, IHttpTransportMetrics)

Initializes a new instance of the HttpConnectionMetricsImpl class.

HttpConnectionMetricsImpl(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for an existing Java object.

HttpConnectionMetricsImpl(IHttpTransportMetrics, IHttpTransportMetrics)

Initializes a new instance of the HttpConnectionMetricsImpl class.

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/HttpTransportMetrics;Lorg/apache/http/io/HttpTransportMetrics;)V", "")]
public HttpConnectionMetricsImpl(Org.Apache.Http.IO.IHttpTransportMetrics? inTransportMetric, Org.Apache.Http.IO.IHttpTransportMetrics? outTransportMetric);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/io/HttpTransportMetrics;Lorg/apache/http/io/HttpTransportMetrics;)V", "")>]
new Org.Apache.Http.Impl.HttpConnectionMetricsImpl : Org.Apache.Http.IO.IHttpTransportMetrics * Org.Apache.Http.IO.IHttpTransportMetrics -> Org.Apache.Http.Impl.HttpConnectionMetricsImpl

Parameters

inTransportMetric
IHttpTransportMetrics

The transport metrics for received data.

outTransportMetric
IHttpTransportMetrics

The transport metrics for sent data.

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

HttpConnectionMetricsImpl(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for an existing Java object.

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

Parameters

javaReference
IntPtr

nativeint

The JNI reference for the Java object.

transfer
JniHandleOwnership

The ownership transfer for the JNI reference.

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