Esempio n. 1
0
 static extern int GetTcpStatisticsEx(out Win32_MIB_TCPSTATS pStats, int dwFamily);
Esempio n. 2
0
 public Win32TcpStatistics(Win32_MIB_TCPSTATS info)
 {
     this.info = info;
 }
Esempio n. 3
0
		static extern int GetTcpStatisticsEx (out Win32_MIB_TCPSTATS pStats, int dwFamily);
		static int GetTcpStatisticsEx (out Win32_MIB_TCPSTATS pStats, int dwFamily)
		{
			throw new System.NotImplementedException();
		}
		public Win32TcpStatistics (Win32_MIB_TCPSTATS info)
		{
			this.info = info;
		}
Esempio n. 6
0
 static int GetTcpStatisticsEx(out Win32_MIB_TCPSTATS pStats, int dwFamily)
 {
     throw new System.NotImplementedException();
 }