HttpTransfer
Transfered = HttpTransfer(Index)
 
Parameters:

    Index = Http Index
Returns:

    Transfered = number of bytes that were transfered
 

HttpTransfer initiates a data transfer. If you previously called HttpRequestData or HttpDownload, you need to call this function frequently in order to transfer the actual data. Each call of this function transfers a maximum of bytes that is set with the HttpBufferSize function.
The return value contains the number of byte that were actually transfered.
 
Related Info: HttpDownload | RequestHttpData :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com