The members of System.Net.NetworkInformation.TcpStatistics are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Net.NetworkInformation.TcpStatistics class. |
[read-only] abstract | ConnectionsAccepted | long.
Gets the number of accepted Transmission Control Protocol (TCP) connection requests. |
[read-only] abstract | ConnectionsInitiated | long.
Gets the number of Transmission Control Protocol (TCP) connection requests made by clients. |
[read-only] abstract | CumulativeConnections | long.
Specifies the total number of Transmission Control Protocol (TCP) connections established. |
[read-only] abstract | CurrentConnections | long.
Gets the number of current Transmission Control Protocol (TCP) connections. |
[read-only] abstract | ErrorsReceived | long.
Gets the number of Transmission Control Protocol (TCP) errors received. |
[read-only] abstract | FailedConnectionAttempts | long.
Gets the number of failed Transmission Control Protocol (TCP) connection attempts. |
[read-only] abstract | MaximumConnections | long.
Gets the maximum number of supported Transmission Control Protocol (TCP) connections. |
[read-only] abstract | MaximumTransmissionTimeout | long.
Gets the maximum retransmission time-out value for Transmission Control Protocol (TCP) segments. |
[read-only] abstract | MinimumTransmissionTimeout | long.
Gets the minimum retransmission time-out value for Transmission Control Protocol (TCP) segments. |
[read-only] abstract | ResetConnections | long.
Gets the number of RST packets received by Transmission Control Protocol (TCP) connections. |
[read-only] abstract | ResetsSent | long.
Gets the number of Transmission Control Protocol (TCP) segments sent with the reset flag set. |
[read-only] abstract | SegmentsReceived | long.
Gets the number of Transmission Control Protocol (TCP) segments received. |
[read-only] abstract | SegmentsResent | long.
Gets the number of Transmission Control Protocol (TCP) segments re-sent. |
[read-only] abstract | SegmentsSent | long.
Gets the number of Transmission Control Protocol (TCP) segments sent. |