TcpStatistics.SegmentsSent プロパティ
アセンブリ: System (system.dll 内)
構文
解説
使用例Public Shared Sub ShowTcpSegmentData() Dim properties As IPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties() Dim tcpstat As TcpStatistics = properties.GetTcpIPv4Statistics() Console.WriteLine(" Segment Data:") Console.WriteLine(" Received ........................... : {0}", tcpstat.SegmentsReceived) Console.WriteLine(" Sent ................................ : {0}", tcpstat.SegmentsSent) Console.WriteLine(" Retransmitted ....................... : {0}", tcpstat.SegmentsResent) Console.WriteLine(" Resent with reset ................... : {0}", tcpstat.ResetsSent) End Sub 'ShowTcpSegmentData
public static void ShowTcpSegmentData() { IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties(); TcpStatistics tcpstat = properties.GetTcpIPv4Statistics(); Console.WriteLine(" Segment Data:"); Console.WriteLine(" Received ........................... : {0}", tcpstat.SegmentsReceived); Console.WriteLine(" Sent ................................ : {0}", tcpstat.SegmentsSent); Console.WriteLine(" Retransmitted ....................... : {0}", tcpstat.SegmentsResent); Console.WriteLine(" Resent with reset ................... : {0}", tcpstat.ResetsSent); }
プラットフォームWindows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からTcpStatistics.SegmentsSent プロパティを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からTcpStatistics.SegmentsSent プロパティ
を検索
- TcpStatistics.SegmentsSent プロパティのページへのリンク