Asynch WebRequest & WinForms

  • Thread starter Thread starter rmx
  • Start date Start date
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
 
What's more each connection has is object instance with not static
callback delegate
My problem is not connected with Control.invoke()
 
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,
 
Back
Top