Indicates whether the end of the document or data stream has been reached.
&DataType.EOF
Type Returned:
Boolean
It can be used after invoking the read or readtype methods.
The EOF property on an HttpClient data type allows you to control and verify whether the end of the server response has been reached when reading data in fragments, as is the case with the "Chunked Response" technique.
When EOF is true, it means that the end of the response has been reached and there are no more data fragments to be read.
if (&DataType.EOF)
....
Endif
Extended Data Types: XmlReader, HttpClient
Generators: .NET, .NET Framework, Java, Angular
This property is available in the HttpClient data type since GeneXus 18 Upgrade 7.