E
EMonaco
All,
I am looking to create an HTTP listener class in .NET. I don't expect the
user to have IIS also I don't want to use WinHTTP. It should support SSL
connections, including client/server certs. Is there a .NET class or set of
classes that I can use?
I've looked briefly, at System.Web.Hosting and think this MAY be useable
unfortunately the documentation is very skimpy. I figure maybe a better
alternative would be TCPListener provided I can support SSL connections
using client & server certs. But not sure if this functionality is supported
in the FCL.
Anybody done something like this without IIS and WinHTTP? I'd appreciate
your thoughts/ideas.
Regards,
Erin.
I am looking to create an HTTP listener class in .NET. I don't expect the
user to have IIS also I don't want to use WinHTTP. It should support SSL
connections, including client/server certs. Is there a .NET class or set of
classes that I can use?
I've looked briefly, at System.Web.Hosting and think this MAY be useable
unfortunately the documentation is very skimpy. I figure maybe a better
alternative would be TCPListener provided I can support SSL connections
using client & server certs. But not sure if this functionality is supported
in the FCL.
Anybody done something like this without IIS and WinHTTP? I'd appreciate
your thoughts/ideas.
Regards,
Erin.