【发布时间】:2016-03-24 13:21:33
【问题描述】:
向 sagepay 测试服务器发送请求并得到以下响应:
“底层连接已关闭:发生意外错误 一个接收。”
最明显的问题:
1.我是否必须为请求/响应设置 SSL? (请记住,这只是一个测试/开发环境)
2。我正在使用 WebRequest 并在标题中传递 VPSProtocol、TxType、Vendor、Crypt vals 3.方法是POST 4. 我已经收录了
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
谢谢
【问题讨论】:
标签: c# httpwebresponse opayo