C# library aware of HTTP.

  • Thread starter Thread starter arvind_kb100
  • Start date Start date
A

arvind_kb100

My requirement is:
Creating a normal windows dll that receives requests from other
applications in HTTP form and returns the result of processing in XML
format.

eg
http://server:port/dllname/uname&Password/Method?Para1=p1&Para2=p2...

In MSDN I could see HTTPListener class, but not very sure whether this
is the one. It'll be great if anyone can point me to some available
examples or knowledge base.

Thanks in Advance
Arvind Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top