【问题标题】:Unable to consume WCF WebHttpBinding in .NET Core无法在 .NET Core 中使用 WCF WebHttpBinding
【发布时间】:2021-11-17 11:57:18
【问题描述】:

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

我尝试使用 BasicHttpBindingCustomBinding 在客户端连接我的 WCF 服务,但这会引发错误。

建议如何在.NET Core 上实现WebHttpBinding

【问题讨论】:

标签: c# .net asp.net-core wcf wcf-binding


【解决方案1】:

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

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

【讨论】:

    猜你喜欢
    • 2023-03-05
    • 2021-06-17
    • 2021-11-07
    • 2021-09-28
    • 2018-11-17
    • 2019-06-05
    • 2021-04-30
    • 1970-01-01
    • 2022-08-23
    相关资源
    最近更新 更多