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
tarun janveja
NA
242
38.1k
http send get request with parameter
Aug 9 2017 1:46 AM
calling url using httpclient as httpwebrequest works slowly after 1 lac request,please help me and i need to send 6-7 lkh get request to end user.currently i am using below
method
WebRequest request = WebRequest.Create(URL);
WebResponse response = request.GetResponse();
new StreamReader(response.GetResponseStream()).ReadToEnd();
response.Close();
Reply
Answers (
1
)
visual studio 2015
declaring link button value globally