Esempio n. 1
0
        internal MIB_TCPSTATS GetTcpStats()
        {
            MIB_TCPSTATS tcpStats = new MIB_TCPSTATS();

            GetTcpStatistics(ref tcpStats);
            return(tcpStats);
        }
Esempio n. 2
0
 internal extern static int GetTcpStatistics(ref MIB_TCPSTATS pStats);
Esempio n. 3
0
 public extern static int GetTcpStatistics(ref MIB_TCPSTATS pStats);