Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get the process-name that locked the file Pin
Björn T.J.M. Spruit5-Mar-10 5:09
Björn T.J.M. Spruit5-Mar-10 5:09 
GeneralRe: Get the process-name that locked the file Pin
Dave Kreskowiak5-Mar-10 7:49
mveDave Kreskowiak5-Mar-10 7:49 
GeneralDon't you just hate it Pin
Ennis Ray Lynch, Jr.5-Mar-10 5:34
Ennis Ray Lynch, Jr.5-Mar-10 5:34 
GeneralRe: Don't you just hate it Pin
J4amieC5-Mar-10 6:03
J4amieC5-Mar-10 6:03 
GeneralThe difference Pin
Ennis Ray Lynch, Jr.5-Mar-10 6:17
Ennis Ray Lynch, Jr.5-Mar-10 6:17 
GeneralRe: The difference Pin
Björn T.J.M. Spruit5-Mar-10 10:35
Björn T.J.M. Spruit5-Mar-10 10:35 
QuestionRequest.BeginGetResponse probem in Windows 7 and unexpected Blocking behaviour Pin
vivasaayi4-Mar-10 23:45
vivasaayi4-Mar-10 23:45 
AnswerRe: Request.BeginGetResponse probem in Windows 7 and unexpected Blocking behaviour (Fixed) Pin
vivasaayi5-Mar-10 0:28
vivasaayi5-Mar-10 0:28 
Hello Readers,

I found the solution for the problem I mentioned.

Just add to lines of Code to modify the properties of request object.

Delay in the in the initial call is reduced by setting the Proxy as null. This happened in all versions of windows.

request.Proxy = null;


Also, In Windows 7, If I send 10 requests, I am only getting 5 or 6 responses. By setting KeepAlive property to false, I am getting all responses.

request.KeepAlive = true;


Hope this helps someone! Happy Coding...
QuestionProblem while converting class object to string using XmlSerializer Pin
nagendrathecoder4-Mar-10 23:30
nagendrathecoder4-Mar-10 23:30 
AnswerMessage Closed Pin
5-Mar-10 1:33
stancrm5-Mar-10 1:33 
GeneralRe: Problem while converting class object to string using XmlSerializer Pin
nagendrathecoder5-Mar-10 1:41
nagendrathecoder5-Mar-10 1:41 
GeneralMessage Closed Pin
5-Mar-10 3:48
stancrm5-Mar-10 3:48 
GeneralRe: Problem while converting class object to string using XmlSerializer Pin
nagendrathecoder5-Mar-10 18:50
nagendrathecoder5-Mar-10 18:50 
GeneralRe: Problem while converting class object to string using XmlSerializer Pin
nagendrathecoder5-Mar-10 2:05
nagendrathecoder5-Mar-10 2:05 
QuestionGet correct case of Filename Pin
DanielWehrle4-Mar-10 20:33
DanielWehrle4-Mar-10 20:33 
AnswerMessage Closed Pin
4-Mar-10 20:38
stancrm4-Mar-10 20:38 
GeneralRe: Get correct case of Filename Pin
DanielWehrle5-Mar-10 4:05
DanielWehrle5-Mar-10 4:05 
AnswerRe: Get correct case of Filename Pin
Calla4-Mar-10 21:29
Calla4-Mar-10 21:29 
GeneralRe: Get correct case of Filename Pin
David Skelly5-Mar-10 1:41
David Skelly5-Mar-10 1:41 
GeneralRe: Get correct case of Filename Pin
AspDotNetDev5-Mar-10 2:08
protectorAspDotNetDev5-Mar-10 2:08 
GeneralRe: Get correct case of Filename Pin
David Skelly5-Mar-10 5:51
David Skelly5-Mar-10 5:51 
GeneralRe: Get correct case of Filename Pin
Dave Kreskowiak5-Mar-10 7:53
mveDave Kreskowiak5-Mar-10 7:53 
GeneralRe: Get correct case of Filename Pin
Luc Pattyn5-Mar-10 1:42
sitebuilderLuc Pattyn5-Mar-10 1:42 
GeneralRe: Get correct case of Filename Pin
AspDotNetDev5-Mar-10 2:12
protectorAspDotNetDev5-Mar-10 2:12 
GeneralRe: Get correct case of Filename Pin
Luc Pattyn5-Mar-10 2:19
sitebuilderLuc Pattyn5-Mar-10 2:19 

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.