HttpConnectionMetricsImpl Constructors

Definition

Overloads

HttpConnectionMetricsImpl(IHttpTransportMetrics, IHttpTransportMetrics)
HttpConnectionMetricsImpl(IntPtr, JniHandleOwnership)

HttpConnectionMetricsImpl(IHttpTransportMetrics, IHttpTransportMetrics)

[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
outTransportMetric
IHttpTransportMetrics
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)

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

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