AutomatedTester.BrowserMob.Server.Server C# (CSharp) Method

Server() public method

public Server ( string path ) : System
path string
return System
        public Server(string path): this(path, 8888)
        {}

Same methods

Server::Server ( string path, int port ) : System