[Mono-list] web services w/ attachments

Miguel de Icaza miguel at ximian.com
Thu Mar 30 12:51:16 EST 2006


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.


More information about the Mono-list mailing list