TcpStatistics Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionsAccepted | Gets the number of accepted Transmission Control Protocol (TCP) connection requests. |
![]() | ConnectionsInitiated | Gets the number of Transmission Control Protocol (TCP) connection requests made by clients. |
![]() | CumulativeConnections | Specifies the total number of Transmission Control Protocol (TCP) connections established. |
![]() | CurrentConnections | Gets the number of current Transmission Control Protocol (TCP) connections. |
![]() | ErrorsReceived | Gets the number of Transmission Control Protocol (TCP) errors received. |
![]() | FailedConnectionAttempts | Gets the number of failed Transmission Control Protocol (TCP) connection attempts. |
![]() | MaximumConnections | Gets the maximum number of supported Transmission Control Protocol (TCP) connections. |
![]() | MaximumTransmissionTimeout | Gets the maximum retransmission time-out value for Transmission Control Protocol (TCP) segments. |
![]() | MinimumTransmissionTimeout | Gets the minimum retransmission time-out value for Transmission Control Protocol (TCP) segments. |
![]() | ResetConnections | Gets the number of RST packets received by Transmission Control Protocol (TCP) connections. |
![]() | ResetsSent | Gets the number of Transmission Control Protocol (TCP) segments sent with the reset flag set. |
![]() | SegmentsReceived | Gets the number of Transmission Control Protocol (TCP) segments received. |
![]() | SegmentsResent | Gets the number of Transmission Control Protocol (TCP) segments re-sent. |
![]() | SegmentsSent | Gets the number of Transmission Control Protocol (TCP) segments sent. |
