WCF 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。
中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。
WCF 包含一组面向客户端的类库,它使得基于 .NET Core 构建的应用能够调用 WCF 服务。
这些类库与 Windows Store 的可用功能相匹配,但不仅限于此,通过 .NET Core 使得现在的 WCF 应用程序的覆盖范围更广。完全可以让 WCF 服务触及移动设备环境以及多层次的服务端。
此项目并非 WCF 服务端。
此项目是基于 .Net Core 的 WCF 客户端构建方案。
WCF includes a collection of client-oriented libraries from the Windows Communication Foundation that enable WCF applications built on .NET Core to communicate with WCF services.
These libraries match the functionality available for the Windows Store profiles, but the use of .NET Core now offers broader reach and the potential for cross-platform WCF applications. They are suitable for mobile devices as well as mid-tier servers communicating with WCF services.
以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。