G
Gilbert
Apologies if I'm posting this to the wrong group. I want to know if it
possible to emulate Java servlet functionality in C# and .net. What I want
to do is to be able to do is create a C# program that sits listens for an
HTTP request to a specific URL and then access the C# equivalent of the
HTTPServletRequest object so I can access the request parameters directly.
I've googled and found out about the WebClient - what I want is the
converse, something that sits on the webserver.
I'm sure that it must be possible but as a newbie I'm not sure of the
correct C# & .Net terminology yet to be able to effectively google for what
I want.
Regards
possible to emulate Java servlet functionality in C# and .net. What I want
to do is to be able to do is create a C# program that sits listens for an
HTTP request to a specific URL and then access the C# equivalent of the
HTTPServletRequest object so I can access the request parameters directly.
I've googled and found out about the WebClient - what I want is the
converse, something that sits on the webserver.
I'm sure that it must be possible but as a newbie I'm not sure of the
correct C# & .Net terminology yet to be able to effectively google for what
I want.
Regards