C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 10-22-2009, 04:27 PM   #1
Registered User
 
Join Date: Sep 2008
Posts: 24
WebClient Uploadstring method

I have a quick question,

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);
xdoc and myWebClient have both been initialized.

What would beginning of the string the web client uploads to the server look like?
Albinoswordfish is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 12:00 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22