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
Rajveer singh
806
1k
249.4k
The operation has timed out
Aug 13 2018 7:41 AM
Hi all,
This issue on a particular system, if called with https and call with HTTP then application working fine.
This is the desktop client code here.
HttpWebRequest req = (HttpWebRequest)(HttpWebRequest.Create(public_url + api_ping_url));
req.Method = "POST";
req.KeepAlive = false;
req.ProtocolVersion = HttpVersion.Version10;
req.ContentType = "application/xml";
req.Timeout = 60000;
req.ReadWriteTimeout = 60000;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;
req.Headers.Set(HttpRequestHeader.Authorization, "Basic shdghgdshg==");
Reply
Answers (
6
)
Reverse a string
Xamarin tutorials for beginners