CeloClavis.TestServer.TestServer C# (CSharp) Method

TestServer() public method

public TestServer ( ) : System
return System
        public TestServer()
        {
            var work = File.ReadAllLines(@"C:\temp\testKeys.txt");
            if(work.Length > 1)
            {
                _keys.Add("KEY1", work[0]);
                _keys.Add("KEY2", work[1]);
            }
        }