B
beauzero
I have to send out timed requests to a web service with a limitation of 1
request per 6 seconds. I am using a windows service to run the app. and I
have 10 IPs on the box. I need to basically send out 10 requests every six
seconds ...one request per IP. I know I can get access to it through
System.Net.Sockets but that would leave a lot of overhead to code.
Is there an easy way to get access. Even through system.net.httpwebrequest
would be fine. The IPEndPoint is hidden everywhere.
request per 6 seconds. I am using a windows service to run the app. and I
have 10 IPs on the box. I need to basically send out 10 requests every six
seconds ...one request per IP. I know I can get access to it through
System.Net.Sockets but that would leave a lot of overhead to code.
Is there an easy way to get access. Even through system.net.httpwebrequest
would be fine. The IPEndPoint is hidden everywhere.