Click here to Skip to main content
15,893,923 members
Home / Discussions / C#
   

C#

 
GeneralRe: analyzing a string Pin
Colin Angus Mackay26-Oct-04 22:22
Colin Angus Mackay26-Oct-04 22:22 
GeneralListView ScrollBar Pin
Zishan Haider26-Oct-04 19:50
Zishan Haider26-Oct-04 19:50 
GeneralRe: ListView ScrollBar Pin
sreejith ss nair26-Oct-04 22:16
sreejith ss nair26-Oct-04 22:16 
GeneralRe: ListView ScrollBar Pin
Zishan Haider26-Oct-04 22:34
Zishan Haider26-Oct-04 22:34 
GeneralTimeout in WebRequest.GetRequestStram() Pin
Guillermo Jimenez26-Oct-04 15:43
Guillermo Jimenez26-Oct-04 15:43 
GeneralRe: Timeout in WebRequest.GetRequestStram() Pin
Heath Stewart26-Oct-04 17:20
protectorHeath Stewart26-Oct-04 17:20 
GeneralRe: Timeout in WebRequest.GetRequestStram() Pin
Guillermo Jimenez27-Oct-04 16:40
Guillermo Jimenez27-Oct-04 16:40 
GeneralRe: Timeout in WebRequest.GetRequestStram() Pin
Heath Stewart27-Oct-04 22:08
protectorHeath Stewart27-Oct-04 22:08 
Setting the reference to null won't close the connection (studying the IL for the module in the assembly would help alleviate these assumptions). Even assuming it was the only reference, the GC (garbage collector) will only free the memory used by the response when the GC "feels like it" (idle time or when memory is nearly exhausted, and even then it may not get freed right away; other generations may come first).

You must dispose of the object or explicitly call Close to close the connection.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralParser class for an Interpreter Pin
Member 138504926-Oct-04 15:06
Member 138504926-Oct-04 15:06 
GeneralRe: Parser class for an Interpreter Pin
LongRange.Shooter26-Oct-04 16:28
LongRange.Shooter26-Oct-04 16:28 
GeneralRe: Parser class for an Interpreter Pin
Heath Stewart26-Oct-04 17:23
protectorHeath Stewart26-Oct-04 17:23 
QuestionSite crawling/spidering tutorial? Pin
Justin Garrick26-Oct-04 13:48
Justin Garrick26-Oct-04 13:48 
AnswerRe: Site crawling/spidering tutorial? Pin
Nick Parker26-Oct-04 16:59
protectorNick Parker26-Oct-04 16:59 
AnswerRe: Site crawling/spidering tutorial? Pin
Heath Stewart26-Oct-04 17:12
protectorHeath Stewart26-Oct-04 17:12 
GeneralExcel Program DLL's Pin
Jeremy Ouellette26-Oct-04 13:02
Jeremy Ouellette26-Oct-04 13:02 
GeneralRe: Excel Program DLL's Pin
Heath Stewart26-Oct-04 13:40
protectorHeath Stewart26-Oct-04 13:40 
GeneralVisual Studio Add-In Pin
Nxsis26-Oct-04 12:05
Nxsis26-Oct-04 12:05 
GeneralRe: Visual Studio Add-In Pin
Heath Stewart26-Oct-04 13:01
protectorHeath Stewart26-Oct-04 13:01 
GeneralPictureBox help! Pin
ethanwa26-Oct-04 11:33
ethanwa26-Oct-04 11:33 
GeneralRe: PictureBox help! Pin
Heath Stewart26-Oct-04 12:44
protectorHeath Stewart26-Oct-04 12:44 
GeneralRe: PictureBox help! Pin
Nick Parker26-Oct-04 13:11
protectorNick Parker26-Oct-04 13:11 
GeneraluserAccountControl problem Pin
Zackmac26-Oct-04 10:16
Zackmac26-Oct-04 10:16 
GeneralRe: userAccountControl problem Pin
Heath Stewart26-Oct-04 10:23
protectorHeath Stewart26-Oct-04 10:23 
GeneralRe: userAccountControl problem Pin
Nick Parker26-Oct-04 10:51
protectorNick Parker26-Oct-04 10:51 
GeneralRe: userAccountControl problem Pin
Zackmac26-Oct-04 10:53
Zackmac26-Oct-04 10:53 

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.