AbstractSessionOutputBuffer.Metrics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transport metrics for bytes written 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.