this.ResponseStreamFromServer = string.Empty;
ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls
| SecurityProtocolType.Ssl3;
HttpWebResponse response = (HttpWebResponse)request.GetResponse();