r1 - 23 Jul 2007 - 16:32:25 - TiagoMacedoYou are here: GoplanWiki >  Developers Web > DotNet

Notes

.Net developers who get 'WebException' related to HTTP 417 or similar should add the following line to their code:

(C#)

ServicePointManager.Expect100Continue = false;

(the namespace is System.Net)

Another solution is mentioned here.

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Goplan Wiki
Copyright © by the contributing authors. Goplan is © Webreakstuff