TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mmplay
NA
16
0
If WebRequest.Abort() before BeginGetResponse-CallBack?
Jan 22 2004 9:34 PM
Hi When I send BeginGetResponse() to the server, then WebRequest.Abort() before BeginGetResponse-CallBack, the WebReuest is correct aborted, but the BeginGetResponse-CallBack still runs a few later. So, it will get a WebException. Because cann't call EndGetResponse(EndGetResponse was called in BeginGetResponse-CallBack) after WebRequest.Abort() How to do that if WebRequest.Abort() before BeginGetResponse-CallBack? Thanks
Reply
Answers (
1
)
Pin window to desktop?
How to get the mouse location in the RichTextBox?