C# 클래스 AutomatedTester.BrowserMob.Server

파일 보기 프로젝트 열기: Colligo/AutomatedTester.BrowserMob

공개 메소드들

메소드 설명
CreateProxy ( ) : Client

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

비공개 메소드들

메소드 설명
IsListening ( ) : bool

메소드 상세

CreateProxy() 공개 메소드

public CreateProxy ( ) : Client
리턴 Client

Server() 공개 메소드

public Server ( string path ) : System
path string
리턴 System

Server() 공개 메소드

public Server ( string path, int port ) : System
path string
port int
리턴 System

Start() 공개 메소드

public Start ( ) : string
리턴 string

Stop() 공개 메소드

public Stop ( ) : void
리턴 void