Пример #1
0
        private static int GetChromeListeningPortWithInterOp(int pid)
        {
            int port = 0;

            if (pid > 0)
            {
                port = TcpConnectionInfo.GetChromeListeningPortWithInterOp(pid);
            }
            return(port);
        }