System.IO.Stream 系统。IO.流 .
System.IO.Stream
系统。IO.流
当我解析传入的请求(包含在HTML表单中)时,将其转换为字符串,然后使用 System.Web.HttpUtility.ParseQueryString(string)
System.Web.HttpUtility.ParseQueryString(string)
System.ServiceModel.WebHttpBinding ?
System.ServiceModel.WebHttpBinding
显然,它确实:
“对于RESTful服务,WCF提供了一个名为System.ServiceModel WebHttpBinding的绑定。 此绑定包括知道如何使用HTTP和HTTPS传输读取和写入信息的部分,以及适合与HTTP一起使用的编码消息。"
从 here .