public TcpConnectStats GetTcpStats()
 {
     TcpStats = new TcpConnectStats();
     ConInfosHlpAPI32Wrapper.GetTcpStatistics(ref TcpStats);
     return TcpStats;
 }
Пример #2
0
 public extern static int GetTcpStatistics(ref TcpConnectStats pStats);
 public static extern int GetTcpStatistics(ref TcpConnectStats pStats);
Пример #4
0
 public TcpConnectStats GetTcpStats()
 {
     TcpStats = new TcpConnectStats();
     ConInfosHlpAPI32Wrapper.GetTcpStatistics(ref TcpStats);
     return(TcpStats);
 }