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

C#

 
AnswerRe: Error Making Method Async Pin
Pete O'Hanlon24-Sep-16 21:31
mvePete O'Hanlon24-Sep-16 21:31 
SuggestionRe: Error Making Method Async Pin
Richard Deeming26-Sep-16 1:52
mveRichard Deeming26-Sep-16 1:52 
QuestionCancelRequest not work! Pin
Programmer 124-Sep-16 7:13
Programmer 124-Sep-16 7:13 
AnswerRe: CancelRequest not work! Pin
Eddy Vluggen24-Sep-16 11:48
professionalEddy Vluggen24-Sep-16 11:48 
GeneralRe: CancelRequest not work! Pin
Programmer 124-Sep-16 19:31
Programmer 124-Sep-16 19:31 
GeneralRe: CancelRequest not work! Pin
Eddy Vluggen26-Sep-16 4:53
professionalEddy Vluggen26-Sep-16 4:53 
QuestionStrange problem in Exception handling Pin
Programmer 123-Sep-16 21:44
Programmer 123-Sep-16 21:44 
AnswerRe: Strange problem in Exception handling Pin
OriginalGriff23-Sep-16 22:36
mveOriginalGriff23-Sep-16 22:36 
You'll have to use the debugger to be sure, but at a guess the request.GetResponse is not returning.
It's a blocking call, so if the response doesn't complete properly, then it'll never return: HttpWebRequest.GetResponse Method (System.Net)[^]
"This method blocks waiting for content to post; if there is no time-out set and you do not provide content, the calling thread blocks indefinitely."
Since what you are trying to do is probably illegal in your country (or FarceBook wouldn't be filtered) you probably need to think long and hard before looking at alternative approaches such as proxies.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: Strange problem in Exception handling Pin
Programmer 124-Sep-16 0:28
Programmer 124-Sep-16 0:28 
Questionhow to display alert in system tray using c# Pin
Member 308047023-Sep-16 2:18
Member 308047023-Sep-16 2:18 
AnswerRe: how to display alert in system tray using c# Pin
Pete O'Hanlon23-Sep-16 2:23
mvePete O'Hanlon23-Sep-16 2:23 
AnswerRe: how to display alert in system tray using c# Pin
Eddy Vluggen23-Sep-16 6:22
professionalEddy Vluggen23-Sep-16 6:22 
QuestionCreate own language translator in C# Pin
Member 1051770422-Sep-16 21:47
Member 1051770422-Sep-16 21:47 
AnswerRe: Create own language translator in C# Pin
Pete O'Hanlon22-Sep-16 21:57
mvePete O'Hanlon22-Sep-16 21:57 
GeneralRe: Create own language translator in C# Pin
Member 1051770423-Sep-16 0:55
Member 1051770423-Sep-16 0:55 
GeneralRe: Create own language translator in C# Pin
Pete O'Hanlon23-Sep-16 1:04
mvePete O'Hanlon23-Sep-16 1:04 
GeneralRe: Create own language translator in C# Pin
Member 1051770423-Sep-16 1:42
Member 1051770423-Sep-16 1:42 
GeneralRe: Create own language translator in C# Pin
Pete O'Hanlon23-Sep-16 1:54
mvePete O'Hanlon23-Sep-16 1:54 
GeneralRe: Create own language translator in C# Pin
Member 1051770425-Sep-16 19:42
Member 1051770425-Sep-16 19:42 
GeneralRe: Create own language translator in C# Pin
Pete O'Hanlon25-Sep-16 20:35
mvePete O'Hanlon25-Sep-16 20:35 
GeneralRe: Create own language translator in C# Pin
Dave Kreskowiak23-Sep-16 2:15
mveDave Kreskowiak23-Sep-16 2:15 
GeneralRe: Create own language translator in C# Pin
OriginalGriff23-Sep-16 1:57
mveOriginalGriff23-Sep-16 1:57 
GeneralRe: Create own language translator in C# Pin
Jammer24-Sep-16 1:46
Jammer24-Sep-16 1:46 
GeneralRe: Create own language translator in C# Pin
Pete O'Hanlon24-Sep-16 3:23
mvePete O'Hanlon24-Sep-16 3:23 
AnswerRe: Create own language translator in C# Pin
OriginalGriff22-Sep-16 22:58
mveOriginalGriff22-Sep-16 22:58 

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.