搜索资源列表
wcf.rar
- .NET环境下WCF通讯的应用示例,对很好地学习各种通信方式,如SOCKET,SOAP等等有极大的帮助!,. NET environment WCF communication application examples of good to learn a variety of communication methods, such as SOCKET, SOAP, and so there is a great help!
HelloIndigo
- .net WCF通信编程示例,基本的通信实例代码。-. net WCF communication programming examples, the basic communication code examples.
wcffromjavascript
- WCF服务在Javascr ipt中使用ASP.NET的AJAX方法
HttpMultipart
- WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm