System 2.0.0.0 4.0.0.0 System.Object Instances of this class are returned by the and methods, to give applications access to TCP traffic information. The information in this class correlates to the management information objects described in http://www.ietf.org/rfc/rfc2012.txt. Provides Transmission Control Protocol (TCP) statistical data. Constructor 2.0.0.0 4.0.0.0 This constructor can be called only by classes that derive from the class. Initializes a new instance of the class. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. IETF RFC 2012 formally defines this value as, "The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state." Gets the number of accepted Transmission Control Protocol (TCP) connection requests. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. IETF RFC 2012 formally defines this value as, "The number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state." Gets the number of Transmission Control Protocol (TCP) connection requests made by clients. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. To be added. Specifies the total number of Transmission Control Protocol (TCP) connections established. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. IETF RFC 2012 formally defines this value as, "The number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT." Gets the number of current Transmission Control Protocol (TCP) connections. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. To be added. Gets the number of Transmission Control Protocol (TCP) errors received. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. IETF RFC 2012 formally defines this value as, "The number of times TCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state." Gets the number of failed Transmission Control Protocol (TCP) connection attempts. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. If the maximum number of connections is dynamic, this property returns -1. Gets the maximum number of supported Transmission Control Protocol (TCP) connections. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. TCP starts a retransmission timer when each outbound segment is passed to the network layer (IP). If no acknowledgement is received for the data in the segment before the timer expires, the segment is retransmitted. The timer can be set to any value between the value and the value. Gets the maximum retransmission time-out value for Transmission Control Protocol (TCP) segments. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. TCP starts a retransmission timer when each outbound segment is passed to the network layer (IP). If no acknowledgement is received for the data in the segment before the timer expires, the segment is retransmitted. The timer The timer can be set to any value between the value and the value. Gets the minimum retransmission time-out value for Transmission Control Protocol (TCP) segments. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. IETF RFC 2012 formally defines this value as, "The number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state." Gets the number of RST packets received by Transmission Control Protocol (TCP) connections. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. TCP resets are specified using the reset (RST) control bit in the TCP header. Gets the number of Transmission Control Protocol (TCP) segments sent with the reset flag set. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. This data includes segments with errors and segments received on currently established connections. Gets the number of Transmission Control Protocol (TCP) segments received. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. TCP segments that are not acknowledged as being received at the destination are retransmitted. Gets the number of Transmission Control Protocol (TCP) segments re-sent. Property 2.0.0.0 4.0.0.0 System.Int64 To be added. This data includes segments sent for currently established connections but does not include segments containing only retransmitted octets. Gets the number of Transmission Control Protocol (TCP) segments sent.