HTTPChannel and HTTP.SYS



Hi guys,

In Net 2.0, the HTTPChannel does not use HTTP.SYS for handling request.

I tried to write a server transportsink using HttpListener for input request
handling which sould be compatible the HttpClientChannel. It correctly
accept input request.. forward message to next sink.. but when i tried to
write the response to the HttpListenerContext.Response.OutputStream the
client hang.... any idea ? or some documentation about the http response
format for the HttpClientChannel ???

Thanks,
Fred.


.


Loading