Click here to Skip to main content
16,005,697 members
Home / Discussions / C#
   

C#

 
AnswerRe: why multiple class inheritance is not supported in C# .NET Pin
Kevin McFarlane17-Aug-06 11:38
Kevin McFarlane17-Aug-06 11:38 
AnswerRe: why multiple class inheritance is not supported in C# .NET Pin
Joe Woodbury17-Aug-06 17:52
professionalJoe Woodbury17-Aug-06 17:52 
QuestionOverriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Javaman2101117-Aug-06 8:44
Javaman2101117-Aug-06 8:44 
AnswerRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Jakob Farian Krarup17-Aug-06 9:11
Jakob Farian Krarup17-Aug-06 9:11 
GeneralRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Javaman2101117-Aug-06 9:26
Javaman2101117-Aug-06 9:26 
GeneralRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Dave Kreskowiak17-Aug-06 9:38
mveDave Kreskowiak17-Aug-06 9:38 
AnswerRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Dave Kreskowiak17-Aug-06 9:37
mveDave Kreskowiak17-Aug-06 9:37 
AnswerRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server [modified] Pin
unclepaul17-Aug-06 10:00
unclepaul17-Aug-06 10:00 
I am going to answer the technical side of your question:

I have done this before. My system consisted of following components:

1.Spider which collects proxy addresses from the web using google search and regex.
2.Proxy server test app. This apps goes thru the list of proxies and makes calls to webservice on my server using those proxies. This is done to make sure proxy acually works. Here is a good article on this topic http://www.codeproject.com/vb/net/web_service_by_proxy.asp
3.A webservice which serves up valid proxy addresses.




-- modified at 16:02 Thursday 17th August, 2006
QuestionAdding an object to Treeview Pin
Anthony Mushrow17-Aug-06 8:03
professionalAnthony Mushrow17-Aug-06 8:03 
AnswerRe: Adding an object to Treeview Pin
led mike17-Aug-06 8:14
led mike17-Aug-06 8:14 
QuestionRe: Adding an object to Treeview Pin
Anthony Mushrow17-Aug-06 13:50
professionalAnthony Mushrow17-Aug-06 13:50 
AnswerRe: Adding an object to Treeview Pin
Anthony Mushrow17-Aug-06 13:53
professionalAnthony Mushrow17-Aug-06 13:53 
AnswerRe: Adding an object to Treeview Pin
leppie17-Aug-06 9:24
leppie17-Aug-06 9:24 
QuestionHow to identify whether any message box are being displayed or not on the form Pin
engsrini17-Aug-06 7:20
engsrini17-Aug-06 7:20 
AnswerRe: How to identify whether any message box are being displayed or not on the form Pin
coolestCoder17-Aug-06 19:59
coolestCoder17-Aug-06 19:59 
QuestionReflection (?) Help [modified] Pin
David Knechtges17-Aug-06 7:00
David Knechtges17-Aug-06 7:00 
AnswerRe: Reflection (?) Help Pin
Dustin Metzgar17-Aug-06 8:06
Dustin Metzgar17-Aug-06 8:06 
AnswerRe: Reflection (?) Help Pin
Guffa17-Aug-06 11:57
Guffa17-Aug-06 11:57 
GeneralRe: Reflection (?) Help Pin
David Knechtges18-Aug-06 2:49
David Knechtges18-Aug-06 2:49 
AnswerDirectoryInfo.GetFiles with multiple file filters [modified] Pin
Chris Maunder17-Aug-06 6:23
cofounderChris Maunder17-Aug-06 6:23 
AnswerRe: DirectoryInfo.GetFiles with multiple file filters Pin
Dustin Metzgar17-Aug-06 6:37
Dustin Metzgar17-Aug-06 6:37 
AnswerRe: DirectoryInfo.GetFiles with multiple file filters Pin
Judah Gabriel Himango17-Aug-06 6:53
sponsorJudah Gabriel Himango17-Aug-06 6:53 
GeneralRe: DirectoryInfo.GetFiles with multiple file filters Pin
Chris Maunder17-Aug-06 6:57
cofounderChris Maunder17-Aug-06 6:57 
GeneralRe: DirectoryInfo.GetFiles with multiple file filters Pin
Judah Gabriel Himango17-Aug-06 7:45
sponsorJudah Gabriel Himango17-Aug-06 7:45 
GeneralRe: DirectoryInfo.GetFiles with multiple file filters Pin
Dustin Metzgar17-Aug-06 7:56
Dustin Metzgar17-Aug-06 7:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.