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

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