Chill.Testing.AppHarness.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            _server = new Server(_port, "/", _path);
            _server.Start();
        }