Свойство | Тип | Описание | |
---|---|---|---|
totaltime | long |
Метод | Описание | |
---|---|---|
GetResponse ( ) : |
||
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 ) : |
||
MethodGet ( ) : void | ||
MethodGetResponse ( ) : void |
public GetResponse ( ) : |
||
Результат |
public MethodPost ( string url, string postData ) : void | ||
url | string | |
postData | string | |
Результат | void |
public ScanSite ( string url, string postData ) : void | ||
url | string | |
postData | string | |
Результат | void |
public ScanSiteStopWatch ( string url, string postData ) : void | ||
url | string | |
postData | string | |
Результат | void |