AutomatedTester.BrowserMob.Client.Close C# (CSharp) Method

Close() public method

shuts down the proxy and closes the port
public Close ( ) : void
return void
        public void Close()
        {
            MakeRequest(String.Format("{0}/{1}", _baseUrlProxy, _port), "DELETE");
        }