Provides Internet Protocol (IP) statistical data.
| C# | Visual Basic |
public sealed class TcpStatistics
Public NotInheritable Class TcpStatistics
| All Members | Methods | Properties | |||
| Icon | Member | 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.
| |
| Equals(Object) | (Inherited from Object.) | |
| ErrorsReceived |
Gets the number of Transmission Control Protocol (TCP) errors received.
| |
| FailedConnectionAttempts |
Gets the number of failed Transmission Control Protocol (TCP) connection attempts.
| |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| 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.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| 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.
| |
| ToString()()() | (Inherited from Object.) |
Instances of this class are returned by the GetTcpIPv4Statistics()()() and GetTcpIPv6Statistics()()() methods, to give applications access to TCP traffic information.
The information in this class correlates to the management information objects described in .
| Object | |
| TcpStatistics | |
[!:System.Net.NetworkInformation.TcpStatistics]