In The Hand - .NET Components for Mobility
TcpStatistics Class
NamespacesInTheHand.Net.NetworkInformationTcpStatistics
Provides Internet Protocol (IP) statistical data.
Declaration Syntax
C#Visual Basic
public sealed class TcpStatistics
Public NotInheritable Class TcpStatistics
Members
All MembersMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
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

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0