Hi,
I am using a HttpListener
to implement a very simple http server, which is accepting a POST from a Java client. When the client calls I get a HttpListenerRequest
, which contains all the form parameters. How can I extract the form parameters? I seem to have access only to the content stream....