为了账号安全,请及时绑定邮箱和手机立即绑定

WCF的问题,请进来

WCF的问题,请进来

慕标5832272 2018-11-22 05:02:46
在编程里这种方式:<SPAN style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">&nbsp;&nbsp;WSHttpBinding binding = new WSHttpBinding();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B style="mso-bidi-font-weight: normal">binding</B>.TransactionFlow = true;<BR style="mso-special-character: line-break"><BR style="mso-special-character: line-break">如果写在配置文件中的话,该如何写。 谢谢各位。
查看完整描述

2 回答

?
茅侃侃

TA贡献1842条经验 获得超21个赞

<bindings> <wsHttpBinding> <binding name="MyBinding" transactionFlow="True" /> </wsHttpBinding> </bindings> 这是一个bindings的配置,在你的服务的配置上这么写 <endpoint address="" binding="wsHttpBinding" contract="GDev.Test.Cmd.IBlogEntry" bindingConfiguration="MyBinding">

查看完整回答
反对 回复 2018-11-23
  • 2 回答
  • 0 关注
  • 420 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信