Click here to Skip to main content
15,905,967 members
Home / Discussions / C#
   

C#

 
GeneralMemo field bug Pin
alegt8-Apr-03 7:01
alegt8-Apr-03 7:01 
GeneralCreating a deep copy of an ArrayList Pin
monrobot138-Apr-03 6:41
monrobot138-Apr-03 6:41 
GeneralRe: Creating a deep copy of an ArrayList Pin
Daniel Turini8-Apr-03 6:54
Daniel Turini8-Apr-03 6:54 
GeneralRe: Creating a deep copy of an ArrayList Pin
monrobot138-Apr-03 7:27
monrobot138-Apr-03 7:27 
QuestionHow to set the TIMEOUT property of WebClient class??? Pin
Small Rat8-Apr-03 6:35
Small Rat8-Apr-03 6:35 
AnswerRe: How to set the TIMEOUT property of WebClient class??? Pin
Chris Jobson8-Apr-03 8:46
Chris Jobson8-Apr-03 8:46 
GeneralRe: How to set the TIMEOUT property of WebClient class??? Pin
Small Rat8-Apr-03 13:03
Small Rat8-Apr-03 13:03 
GeneralRe: How to set the TIMEOUT property of WebClient class??? Pin
Chris Jobson9-Apr-03 7:58
Chris Jobson9-Apr-03 7:58 
Sorry, I thought that WebClient had a way to access the WebRequest that it was using internally - but I was wrong, so maybe you will have to use WebRequest/WebResponseFrown | :(

The only other idea I have is that if you know in advance the URLs you will be accessing you could use WebRequest.RegisterPrefix to register a class of your own (for just the URL you want) that implements the IWebRequestCreate interface, and that class could return an instance of one of the standard WebRequest objects (e.g. an HttpWebRequest) with the timeout set to whatever you want. See the web page I referenced in my previous answer for more details. However, I must stress that I haven't tried this, and it's based only on my understanding of the information on the www.dotgnu.org website.

Good luck!

Chris Jobson
Generalsystem.web.mail question Pin
ekuhner8-Apr-03 6:00
ekuhner8-Apr-03 6:00 
GeneralRe: system.web.mail question Pin
Jody Bell8-Apr-03 9:28
Jody Bell8-Apr-03 9:28 
GeneralRe: system.web.mail question Pin
Leon van Wyk10-Apr-03 2:09
professionalLeon van Wyk10-Apr-03 2:09 
GeneralFormating the xml-output from a DataSet Pin
Knappen8-Apr-03 5:33
Knappen8-Apr-03 5:33 
GeneralRe: Formating the xml-output from a DataSet Pin
Le centriste8-Apr-03 6:11
Le centriste8-Apr-03 6:11 
GeneralRe: Formating the xml-output from a DataSet Pin
Bruce Duncan9-Apr-03 1:19
Bruce Duncan9-Apr-03 1:19 
GeneralRe: Formating the xml-output from a DataSet Pin
Knappen9-Apr-03 3:36
Knappen9-Apr-03 3:36 
GeneralListBox and DataSource Pin
mkomasi8-Apr-03 4:52
mkomasi8-Apr-03 4:52 
GeneralRe: ListBox and DataSource Pin
Chris Jobson8-Apr-03 8:24
Chris Jobson8-Apr-03 8:24 
GeneralRe: ListBox and DataSource Pin
mkomasi8-Apr-03 19:12
mkomasi8-Apr-03 19:12 
GeneralRe: ListBox and DataSource Pin
Chris Jobson9-Apr-03 8:03
Chris Jobson9-Apr-03 8:03 
GeneralAdding a progressbar to a statusbar Pin
monrobot138-Apr-03 4:50
monrobot138-Apr-03 4:50 
GeneralRe: Adding a progressbar to a statusbar Pin
Chris Austin8-Apr-03 5:37
Chris Austin8-Apr-03 5:37 
GeneralRe: Adding a progressbar to a statusbar Pin
monrobot138-Apr-03 6:42
monrobot138-Apr-03 6:42 
GeneralRe: Adding a progressbar to a statusbar Pin
Thomas Freudenberg8-Apr-03 13:55
Thomas Freudenberg8-Apr-03 13:55 
GeneralRe: Adding a progressbar to a statusbar Pin
Thomas Freudenberg8-Apr-03 13:58
Thomas Freudenberg8-Apr-03 13:58 
QuestionGetLocaleInfo for .NET? Pin
Alvaro Mendez8-Apr-03 4:46
Alvaro Mendez8-Apr-03 4:46 

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.