I'm thinking to try ChunkedWriter based on the documentation I'm reading to solve an issue but could use some clarification. Anyone that could provide a usage example of this down below?
To send a chunked request, do the following:
- Create a subclass of %Net.ChunkedWriter
Opens in a new window, which is an abstract stream class that defines an interface for writing data in chunks. In this subclass, implement the OutputStream() method.
- In your instance of %Net.HttpRequest
Opens in a new window, create an instance of your %Net.
.png)
.png)


.png)