ServicePoint.Expect100Continue for Windows Store Apps
问题 As the title says, i need to set this flag to false for my app, like so: ServicePoint.Expect100Continue = false; However neither ServicePoint nor ServicePointManager are accessible, and i can't find another way to set this property. Also, there is no app.config so setting it via configuration is also not possible. If i do no set this to false, the flag is sent in the request and a CommunicationException occurs. I cannot change server code, i am only a consumer of server data. The service is