GetRequestStream throws Timeout exception randomly
问题 After googling for couple of days, I really cannot solve described issue. Hope here will find a solution I'm using attached code when calling WCF service on the same server. I get Timeout error randomly in call WebReq.GetRequestStream() When I'm check netstat I see that connection remains open, so probably is there a problem, but I don't know how to solve it //request inicialization HttpWebRequest WebReq = (HttpWebRequest)WebRequest.Create(url); WebReq.Method = "POST"; WebReq.ContentType =