Hey, > I guess I'm wondering if there are any good free c# libraries for > sending http calls, or doing rest, or doing soap beyond what m$oft > offers (looks like dime is the only attachment support?). I'm > somewhat familiar with C# but am a complete outsider as far as the > community goes. I really don't care how we do it in on the server in > java (there's enough tools to make it rather simple). So we want to > pick whatever's easiest to interop with c#. It doesn't have to be > straightforward either. Any links to projects or documentation would > be great.
Use the System.Net.WebRequest to create HTTP requests for POST or GET. And lets please keep the discussion at a professional level and stay out of using the expression "m$oft" or variants of it. Miguel. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
