Click here to Skip to main content
15,900,511 members

Comments by Anand Saini (Top 8 by date)

Anand Saini 24-Jun-17 3:47am View    
F-ES Sitecore: thanks for response, i got an solution by your suggestion.
Anand Saini 23-Jun-17 13:21pm View    
i worked and tried your suggestion, thanks for it.

But what i need is that how many times this while loop runs, i want to set httpWebRequest timeout to 180 seconds in this.

var httpWebRequest = (HttpWebRequest)WebRequest.Create(webAddr);
Anand Saini 23-Jun-17 10:03am View    
it goes time time when 3 mins up means 180 seconds completed.
i don't know how to check and handle it that's why asking sir.
Anand Saini 23-Jun-17 9:48am View    
3 mins is the maximum minutes of response, i 99% cases in respond only in 5-10 secs but in 1% case it takes more time, in that 1% cases i am asking this issue.
Anand Saini 18-Jun-16 3:32am View    
i am new to use that, that's why i don't know how to do that all
i just used that codes from google search and just use it.