Discuss this help topic in SecureBlackbox Forum
Sends the PUT request to the server.
Declaration
Parameters
- URL - URL of the resource where to write the data.
- Content - stream with the data to be written.
- StartIndex - position in the Content stream from which to start reading data.
- Count - number of bytes to be read from the Content stream.
- CloseStream - specifies if the Content stream should be freed after execution.
- IfHeader -
- ContentLength -
Return value
On success, returns server status code, otherwise returns -1.
Description
Use this method to send 'PUT' request to server. PUT method is used to write data to server.
Discuss this help topic in SecureBlackbox Forum