How to set chunk size in web requests? - TechRepublic
General discussion
May 30, 2005 at 12:38 AM
stephen.beacom

How to set chunk size in web requests?

by stephen.beacom . Updated 21 years, 1 month ago

How do you set the chunk size used when sending large chunks of data using an HTTP POST over HTTPS using .NET?

Specifically, I am sending multi-MB files to a web service using SOAP over HTTPS. I have my code written in C# and would like to know if anybody knows how to control chunk sizes and possibly related timeouts?

This discussion is locked

All Comments