Tuesday, March 12, 2013

NotSupportedException during HTTP Post - EndGetRequestStream


If you're making an HTTP Post on WP7/WP8 and you get back an annoying NotSupportedException, then one thing i might be is that you forgot to Flush/Close/Dispose the Request stream.

i.e. make sure that you do the `using` part of:

No comments:

Post a Comment