This object must be passed to an ActionMethod on my MVC3 application (disregard the details of MVC3, it's not that relevant).
So from within my WPF application I need to somehow create a POST request with this List<T> object as the post data. Th examples I found on MSDN only deal with simple string values not complex objects.
http://msdn.microsof...y/debx8sh9.aspx
I'm sure I'm not the first one whose had to do this so any help would be very much appreciated.
For this particular instance, assume the endpoint is:
localhost:2020/upload/logs
Basically, I need to turn this:
List<T> parsedData;
Into this:
01827435012873409213409213j2jfj20d9j21d09jd210921j3d09j213d09j213d09j213d
This post has been edited by Sergio Tapia: 19 April 2012 - 05:07 PM

New Topic/Question
Reply



MultiQuote



|