
wcf
文章平均质量分 88
iteye_13882
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
wcf - Inheritance in callback contract
I have a service decorated with a ServiceContract attribute, and the interface definition is something like this: [ServiceContract(CallbackContract = typeof(ITabularPushCallback))] public i...原创 2013-05-30 16:16:50 · 204 阅读 · 0 评论 -
wcf - Debug to enable Server exception in Fault message
WCF will be able to send back the status of server and client erroneous condition in Fault messages. However, due to the security consideration, it is commonly disabled on the server side so that no...原创 2013-06-03 15:47:41 · 127 阅读 · 0 评论 -
WCF - Notify server when client connects
It is sometimes very important to let the server knows when the client has made a proxy which may talks to the server.However due to the complication and the design that WCF server has employeed t...原创 2013-06-03 18:19:59 · 142 阅读 · 0 评论