无法在.NET Core中使用WCF WebHttpBinding

问题描述 投票:0回答:2

我正在尝试将我的项目从 .NET 迁移到 .NET Core。

我尝试使用

BasicHttpBinding
CustomBinding
在客户端连接我的 WCF 服务,但这会引发错误。

建议如何在.NET Core 上实现

WebHttpBinding

c# .net asp.net-core wcf wcf-binding
2个回答
0
投票

-1
投票

如果您需要使用WCF服务,那么您可以尝试使用https://github.com/dotnet/wcf

此存储库包含 Windows Communication Foundation 客户端库的 .NET Core 版本。

© www.soinside.com 2019 - 2024. All rights reserved.