C# 클래스 AutomatedTester.BrowserMob.Client

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

공개 메소드들

메소드 설명
Blacklist ( string regexp, int statusCode ) : void
Client ( string url ) : System
Close ( ) : void

shuts down the proxy and closes the port

GetHar ( ) : HarResult
GetHarRaw ( ) : string
NewHar ( string reference = null ) : void
NewPage ( string reference ) : void
RemapHost ( string host, string ipAddress ) : void
SetLimits ( LimitOptions options ) : void
WhiteList ( string regexp, int statusCode ) : void

비공개 메소드들

메소드 설명
FormatBlackOrWhiteListFormData ( string regexp, int statusCode ) : string
MakeJsonRequest ( string url, string method, string payload ) : WebResponse
MakeRequest ( string url, string method, string reference = null ) : WebResponse

메소드 상세

Blacklist() 공개 메소드

public Blacklist ( string regexp, int statusCode ) : void
regexp string
statusCode int
리턴 void

Client() 공개 메소드

public Client ( string url ) : System
url string
리턴 System

Close() 공개 메소드

shuts down the proxy and closes the port
public Close ( ) : void
리턴 void

GetHar() 공개 메소드

public GetHar ( ) : HarResult
리턴 AutomatedTester.BrowserMob.HAR.HarResult

GetHarRaw() 공개 메소드

public GetHarRaw ( ) : string
리턴 string

NewHar() 공개 메소드

public NewHar ( string reference = null ) : void
reference string
리턴 void

NewPage() 공개 메소드

public NewPage ( string reference ) : void
reference string
리턴 void

RemapHost() 공개 메소드

public RemapHost ( string host, string ipAddress ) : void
host string
ipAddress string
리턴 void

SetLimits() 공개 메소드

public SetLimits ( LimitOptions options ) : void
options LimitOptions
리턴 void

WhiteList() 공개 메소드

public WhiteList ( string regexp, int statusCode ) : void
regexp string
statusCode int
리턴 void