User Guide

HTTPProvider Object 263
RcvdCount
Syntax RcvdCount: Integer (read-only)
Description The size of the content stream received from the server. Use this property to display
progress during asynchronous
GET operations. Use the ContentLength property
value extracted from the document header to get the total length of the incoming
content stream.
ReasonPhrase
Syntax ReasonPhrase: OleVariant (read-only)
Description The Reason-Phrase element provides a short textual description of the Status-Code.
The Status-Code is used by automata and the Reason-Phrase is for the human user.
The following are some of the Status-Code, Reason-Phrase pairs:
200 - OK
201 - Created
202 - Accepted
204 - No Content
301 - Moved Permanently
302 - Moved Temporarily
304 - Not Modified
400 - Bad Request
401 - Unauthorized
403 - Forbidden
404 - Not Found
500 - Internal Server Error
501 - Not Implemented
502 - Bad Gateway
503 - Service Unavailable
ReceivedHeaderAsString
Syntax ReceivedHeaderAsString: OleVariant (read-only)
Description The header elements as a string. The header elements are separated on different
lines.
ReceivedStreamAsString
Syntax ReceivedStreamAsString: OleVariant
Description Sets and gets the RECEIVED stream as a string. Use SaveReceivedStreamToFile to
save the received stream into a file.