 | Request Constructor |
Konstruktor dotazu
Namespace:
TescoSW.MW.UITests.Common
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic Request(
double duration,
string entryType,
string name,
long responseSize,
double startTime
)
Parameters
- duration
- Type: SystemDouble
Doba trvání dotazu - entryType
- Type: SystemString
Typ dotazu - name
- Type: SystemString
Název dotazu (url) - responseSize
- Type: SystemInt64
Velikost odpovědi dotazu - startTime
- Type: SystemDouble
Čas, kdy se dotaz poslal
See Also