Class ExchangeMetrics
An object holding metrics information about an exchange
public class ExchangeMetrics
- Inheritance
-
ExchangeMetrics
- Inherited Members
Properties
CreateCertEnd
public DateTime CreateCertEnd { get; set; }
Property Value
CreateCertStart
public DateTime CreateCertStart { get; set; }
Property Value
DownStreamClientAddress
Address used by proxy client
public string DownStreamClientAddress { get; set; }
Property Value
DownStreamClientPort
Port used by proxy client
public int DownStreamClientPort { get; set; }
Property Value
DownStreamLocalAddress
The endpoint address that receive the client request
public string DownStreamLocalAddress { get; set; }
Property Value
DownStreamLocalPort
The endpoint port that receive the client request
public int DownStreamLocalPort { get; set; }
Property Value
ErrorInstant
Instant an error was declared
public DateTime ErrorInstant { get; set; }
Property Value
ReceivedFromProxy
Instant received from client
public DateTime ReceivedFromProxy { get; set; }
Property Value
RemoteClosed
Instant the remote closed the connection. DateTime.MinValue if never happens during the capture
public DateTime RemoteClosed { get; set; }
Property Value
RequestBodySent
Instant request body was sent
public DateTime RequestBodySent { get; set; }
Property Value
RequestHeaderLength
Full request header length
public int RequestHeaderLength { get; set; }
Property Value
RequestHeaderSending
Instant request header was about to be sent
public DateTime RequestHeaderSending { get; set; }
Property Value
RequestHeaderSent
Instant request header was sent
public DateTime RequestHeaderSent { get; set; }
Property Value
ResponseBodyEnd
Instant last byte of response body was received
public DateTime ResponseBodyEnd { get; set; }
Property Value
ResponseBodyStart
Instant first byte of response body was received
public DateTime ResponseBodyStart { get; set; }
Property Value
ResponseHeaderEnd
Instant last byte of response header was received
public DateTime ResponseHeaderEnd { get; set; }
Property Value
ResponseHeaderLength
Full response header length
public int ResponseHeaderLength { get; set; }
Property Value
ResponseHeaderStart
Instant first byte of response header was received
public DateTime ResponseHeaderStart { get; set; }
Property Value
RetrievingPool
Instant obtaining an HTTP connection pool
public DateTime RetrievingPool { get; set; }
Property Value
ReusingConnection
true if the exchange reused an existing connection
public bool ReusingConnection { get; set; }
Property Value
TotalReceived
Total byte received for this exchange
public long TotalReceived { get; set; }
Property Value
TotalSent
Total byte sent for this exchange
public long TotalSent { get; set; }