Andy
Andy

Reputation: 11482

can I use System.Net.Http.HttpClient or System.Net.HttpWebRequest for ICAP services

I'm trying to write an ICAP client in .Net C#. The ICAP protocol is described as being "HTTP-like"

Has anyone had any success using System.Net.Http.HttpClient or System.Net.HttpWebRequest to invoke ICAP services, or do I have to roll my own layer using sockets?

Upvotes: 2

Views: 392

Answers (0)

Related Questions