Hi,

I am looking for a basic example using NHttpClientConnection where It can be
used to submit HTTP requests and asynchronously receive HTTP responses. 

In my app, I am extablishing a connection and freeze the connection for few
minutes in the server-side( long polling). The response will be sent to the
client,  if some event occurs or when the freezing time out expires. Here, I
don't want to block the connections rather I just want to use the
asynchronous (non-blocking) approach just like the above class. (submit HTTP
requests and asynchronously receive HTTP responses)

It would be great if you could be provide some working example using
NHttpClientConnection.

Thanks
-- 
View this message in context: 
http://www.nabble.com/Submit-HTTP-requests-and-asynchronously-receive-HTTP-responses-tp21328235p21328235.html
Sent from the HttpClient-User mailing list archive at Nabble.com.

Reply via email to