System.Net.NetworkInformation.TcpStatistics Members

The members of System.Net.NetworkInformation.TcpStatistics are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Net.NetworkInformation.TcpStatistics class.

Public Properties

[read-only]
abstract
ConnectionsAcceptedlong.

Gets the number of accepted Transmission Control Protocol (TCP) connection requests.

[read-only]
abstract
ConnectionsInitiatedlong.

Gets the number of Transmission Control Protocol (TCP) connection requests made by clients.

[read-only]
abstract
CumulativeConnectionslong.

Specifies the total number of Transmission Control Protocol (TCP) connections established.

[read-only]
abstract
CurrentConnectionslong.

Gets the number of current Transmission Control Protocol (TCP) connections.

[read-only]
abstract
ErrorsReceivedlong.

Gets the number of Transmission Control Protocol (TCP) errors received.

[read-only]
abstract
FailedConnectionAttemptslong.

Gets the number of failed Transmission Control Protocol (TCP) connection attempts.

[read-only]
abstract
MaximumConnectionslong.

Gets the maximum number of supported Transmission Control Protocol (TCP) connections.

[read-only]
abstract
MaximumTransmissionTimeoutlong.

Gets the maximum retransmission time-out value for Transmission Control Protocol (TCP) segments.

[read-only]
abstract
MinimumTransmissionTimeoutlong.

Gets the minimum retransmission time-out value for Transmission Control Protocol (TCP) segments.

[read-only]
abstract
ResetConnectionslong.

Gets the number of RST packets received by Transmission Control Protocol (TCP) connections.

[read-only]
abstract
ResetsSentlong.

Gets the number of Transmission Control Protocol (TCP) segments sent with the reset flag set.

[read-only]
abstract
SegmentsReceivedlong.

Gets the number of Transmission Control Protocol (TCP) segments received.

[read-only]
abstract
SegmentsResentlong.

Gets the number of Transmission Control Protocol (TCP) segments re-sent.

[read-only]
abstract
SegmentsSentlong.

Gets the number of Transmission Control Protocol (TCP) segments sent.