前端post请求,调用wcf的后台接口,后台未接收到调用请求
摘要:后台wcf代码中要增加请求大小设置代码 var http_binding = new WebHttpBinding(); http_binding.MaxReceivedMessageSize = 2147483647; http_binding.SendTimeout = new TimeSpan
阅读全文
posted @ 2024-03-21 12:50