C# Class AutomatedTester.BrowserMob.Server

Afficher le fichier Open project: Colligo/AutomatedTester.BrowserMob

Méthodes publiques

Méthode Description
CreateProxy ( ) : Client

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

Private Methods

Méthode Description
IsListening ( ) : bool

Method Details

CreateProxy() public méthode

public CreateProxy ( ) : Client
Résultat Client

Server() public méthode

public Server ( string path ) : System
path string
Résultat System

Server() public méthode

public Server ( string path, int port ) : System
path string
port int
Résultat System

Start() public méthode

public Start ( ) : string
Résultat string

Stop() public méthode

public Stop ( ) : void
Résultat void