Asynch WebRequest & WinForms

R

rmx

I'm working on a proxyScanner library which measure time of response of
a group
of http proxies parallelly .
I use WebRequest.BeginGetResponse method for asynch operation.
For console application everything is ok.
The problem appears in Windows Forms application.
My library starts only one connection
 
R

rmx

What's more each connection has is object instance with not static
callback delegate
My problem is not connected with Control.invoke()
 
J

Joerg Jooss

rmx said:
I'm working on a proxyScanner library which measure time of response
of a group of http proxies parallelly .
I use WebRequest.BeginGetResponse method for asynch operation.
For console application everything is ok.
The problem appears in Windows Forms application.
My library starts only one connection

Pray tell us what "the problem" is ;-)

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top