gpt4 book ai didi

.net - WCF配置文件: why do we need clientBaseAddress in Binding section?

转载 作者:行者123 更新时间:2023-12-01 04:17:57 25 4
gpt4 key购买 nike

服务客户端的 WCF 配置分为三个部分:
查看绑定(bind) => clientBaseAddress

为什么我们需要指定回调地址?
这个字段是必需的吗?
为什么.NET 无法确定客户端的地址?
这是否意味着我可以指定位于其他机器上的客户端端点?

<configuration>
<system.serviceModel>
<client>
<endpoint address=
</client>
<bindings>
<wsDualHttpBinding>
<binding name=
clientBaseAddress=
maxBufferPoolSize="2147483647"
maxReceivedMessageSize="2147483647"
</binding>
</wsDualHttpBinding>
</bindings>
<behaviors>
<endpointBehaviors>
<behavior name=>
</behavior>
</endpointBehaviors>
</behaviors>
</system.serviceModel>

最佳答案

由于您使用的是 wshttpdualbinding,因此如果您在 Windows XP 上运行,您将需要 ClientBaseAddress。如果您不使用 XP,则应该可以将其排除在外。

请参阅此处了解更多信息:http://blogs.msdn.com/b/wenlong/archive/2006/10/19/how-to-use-wsdualhttpbinding-on-windows-xp-for-hosted-services.aspx

关于.net - WCF配置文件: why do we need clientBaseAddress in Binding section?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2943873/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com