WCF support in Mono(Mono 中的 WCF 支持)
问题描述
我试图弄清楚 Mono 下的 WCF 支持和不支持什么.我已阅读 Mono 项目页面上的 WCF 开发文档.
I am trying to figure out what is and isn't supported for WCF under Mono. I have read the WCF Development Documentation on the Mono Project page.
对于在 Mono 下使用 WCF 有经验的任何人,有什么我应该注意的问题吗?
For anyone with experience using WCF under Mono, are there any gotchas I should be aware of?
推荐答案
最全面、最简洁的地方大概在这里:
http://go-mono.com/status/
The most comprehensive, concise place to look is probably here:
http://go-mono.com/status/
例如,查看 System.ServiceModel 等以了解 WCF 状态.您可以逐类查看您需要的功能.
For example, look at System.ServiceModel, etc. for WCF status. You can look class by class at the features that you need.
我们正在使用 Mono 的 WCF 堆栈在 Linux 上托管一些基本的 http 服务,但有些东西不起作用(例如提供元数据),但总体而言,它对我们来说已经足够好用了.它成功地允许 Windows 和 Mac 部署对其进行服务调用,并且还成功地允许 Silverlight 客户端对其进行调用.
We're using Mono's WCF stack to host some basic http services on Linux and a few things don't work (such as serving up meta data), but overall it's working well enough for us already. It successfully allows Windows and Mac deployments to make service calls to it, and it also successfully allows Silverlight clients to make calls to it.
这篇关于Mono 中的 WCF 支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Mono 中的 WCF 支持


- 如何用自己压缩一个 IEnumerable 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01