AbstractSessionInputBuffer.Metrics Property

Definition

Gets the transport metrics for bytes read through this buffer.

public virtual Org.Apache.Http.IO.IHttpTransportMetrics? Metrics { [Android.Runtime.Register("getMetrics", "()Lorg/apache/http/io/HttpTransportMetrics;", "GetGetMetricsHandler")] get; }
[<get: Android.Runtime.Register("getMetrics", "()Lorg/apache/http/io/HttpTransportMetrics;", "GetGetMetricsHandler")>]
member this.Metrics : Org.Apache.Http.IO.IHttpTransportMetrics

Property Value

The transport metrics for this buffer.

Implements

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