Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to use HttpWebRequest in ajax request without http abort?
- try
- {
- HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
- response = request.GetResponse();
- stream = response.GetResponseStream();
- }
- catch (Exception)
- {
- throw;
- }
Advertisement
Add Comment
Please, Sign In to add comment