wcf configuration
程序员文章站
2022-06-19 16:47:13
<system.servicemodel>
<bindings>
<basichttpbinding>
<binding name="basichttpbinding_igetdatatable" messageencoding="text" maxreceivedmessagesize="2147483647" />
</basichttpbinding>
</bindings>
<client>
<endpoint address="http://localhost:5793/getdatatable.svc" binding="basichttpbinding"
bindingconfiguration="basichttpbinding_igetdatatable" contract="serverdatatableservice.igetdatatable"
name="basichttpbinding_igetdatatable" />
</client>
</system.servicemodel>
上一篇: C# 中 ==和equals的区别
下一篇: 有理有据不服不行
推荐阅读
-
Aso.Net Core 的配置系统Configuration
-
postgresql server configuration
-
安装WAMPServer出现 the configuration file contains syntax error
-
解决spring boot1.5以上版本@ConfigurationProperties提示“Spring Boot Configuration Annotation Processor not.."
-
在WCF数据访问中使用缓存提高Winform字段中文显示速度的方法
-
解析Silverlight调用WCF/Rest异常的解决方法
-
WCF实现进程间管道通信Demo分享
-
不能连接Wireless Zero Configuration服务不能自动启的问题解决方法
-
JAVA中的Configuration类详解
-
WCF实现进程间管道通信Demo分享