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
Abhishek Kumar Ravi
NA
11.5k
4.5m
HttpWebRequest.GetResponse() Missing ??
Jul 11 2013 3:04 AM
What is Wrong with it ....
HttpWebRequest myReq = (HttpWebRequest)WebRequest.Create(________________________ URL with STRING ________________________________);
HttpWebResponse myResp = (HttpWebResponse)myReq.GetResponse();
// Intelisence doesn't show GetRes
p
onse()
System.IO.StreamReader respStreamReader = new System.IO.StreamReader(myResp.GetResponseStream());
string responseString = respStreamReader.ReadToEnd();
respStreamReader.Close();
Even in Object Window there is no GetResponse() method , but i do get in Windows Form /WPF section !!
Reply
Answers (
8
)
what is the easy method to learn coding format in c#
IMage popup on page load using javascript dynamically