C# Class AutomatedTester.BrowserMob.Server

Show file Open project: Colligo/AutomatedTester.BrowserMob

Public Methods

Method Description
CreateProxy ( ) : Client

Server ( string path ) : System
Server ( string path, int port ) : System
Start ( ) : string
Stop ( ) : void

Private Methods

Method Description
IsListening ( ) : bool

Method Details

CreateProxy() public method

public CreateProxy ( ) : Client
return Client

Server() public method

public Server ( string path ) : System
path string
return System

Server() public method

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

Start() public method

public Start ( ) : string
return string

Stop() public method

public Stop ( ) : void
return void