What is the best way to set expect100continue when using WebClient(C#.NET). I have this code below, I still see 100 continue in the header. Stupid apache still complains with 50
Try to create the WebClient instanse after you change Expect100Continue to false. Or use a Webrequest instead of a WebClient
Webrequest
WebClient