AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkHttpConnection.Response Property

Returns the reply from the server from a previous sent SendRequestASync request or SendFileASync upload.

Syntax
Pascal
property Response: String;

You must wait for ResponseReady to return True before reading this property. 

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

Copyright (c) 2012. All rights reserved.