====== TCSCheckItem ====== Contains the data to verify the page availability ===== Syntax ===== TCScheckItem = record Page: string; ExpectedIP: string; IncludedText: string; UserAgent: string; end; ==== Fields ==== * **//Page//** * //type:// string * //functions:// verified page * **//ExpectedIP//** * //type:// string * //functions:// supposed IP address of the host on which the verified page is situated * **//IncludedText//** * //type:// string * //functions:// text contained in the source code of verified page * **//Useragent//** * //type:// string * //functions:// User-agent, which will be provided when loading of the source code of verified page