Mono 中的 WCF 支持

WCF support in Mono(Mono 中的 WCF 支持)
本文介绍了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 支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)