![]() |
| | #1 |
| Registered User Join Date: Sep 2008
Posts: 24
| WebClient Uploadstring method lets say I have this two lines of code: Code: this.myWebClient.Headers.Set(HttpRequestHeader.ContentType, "text/xml");
string response = this.myWebClient.UploadString("apps/jws", "POST", xdoc.OuterXml);
What would beginning of the string the web client uploads to the server look like? |
| Albinoswordfish is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| on method pointers and inheritance | BrownB | C++ Programming | 2 | 03-02-2009 07:50 PM |
| Best communication method to thousand childs? | Ironic | C Programming | 8 | 11-08-2008 12:30 AM |
| C# method | siten0308 | C# Programming | 6 | 07-15-2008 07:01 AM |
| Overriding a method in C | DavidDobson | C Programming | 1 | 07-05-2008 07:51 AM |
| release resource for WebClient class | George2 | C# Programming | 1 | 06-02-2008 01:14 PM |