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?