AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkHttpConnection.ResponseReady Property

Returns True if the request previously sent with SendRequestASync or a file previously uploaded with SendFileASync has completed.

Syntax
Pascal
property ResponseReady: Boolean;

You can get the response with Response

Only use this property if you called SendRequestASync or SendFileASync without passing a notification event.

Copyright (c) 2012. All rights reserved.