C# 클래스 Dev2.Integration.Tests.MEF.WebTester.AsynchronousRequest

상속: ILogger
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
totaltime long

공개 메소드들

메소드 설명
GetResponse ( ) : HttpWebResponse
GetResponseData ( ) : string
MethodPost ( string url, string postData ) : void
ScanResponse ( string url ) : void
ScanSite ( string url ) : void
ScanSite ( string url, string postData ) : void
ScanSiteStopWatch ( string url, string postData ) : void
WriteToLog ( ) : void

비공개 메소드들

메소드 설명
CreateRequest ( string url ) : WebRequest
MethodGet ( ) : void
MethodGetResponse ( ) : void

메소드 상세

GetResponse() 공개 메소드

public GetResponse ( ) : HttpWebResponse
리턴 System.Net.HttpWebResponse

GetResponseData() 공개 메소드

public GetResponseData ( ) : string
리턴 string

MethodPost() 공개 메소드

public MethodPost ( string url, string postData ) : void
url string
postData string
리턴 void

ScanResponse() 공개 메소드

public ScanResponse ( string url ) : void
url string
리턴 void

ScanSite() 공개 메소드

public ScanSite ( string url ) : void
url string
리턴 void

ScanSite() 공개 메소드

public ScanSite ( string url, string postData ) : void
url string
postData string
리턴 void

ScanSiteStopWatch() 공개 메소드

public ScanSiteStopWatch ( string url, string postData ) : void
url string
postData string
리턴 void

WriteToLog() 공개 메소드

public WriteToLog ( ) : void
리턴 void

프로퍼티 상세

totaltime 공개적으로 프로퍼티

public long totaltime
리턴 long