Does silverlight 4 beta supports wshttpbinding (wcf)? If not, will it be supported in stable release?
相关问题
- How to make a .svc file write to asp.net Trace.axd
- WCF Service Using Client Certificates Requires Ano
- WCF error with net.tcp "The service endpoint faile
- WCF Service Reference Support Files Not Updating
- how to Enumerate local fonts in silverlight 4
相关文章
- WCF发布Windows服务 POST方式报错 GET方式没有问题 应该怎么解决?
- XCopy or MOVE do not work when a WCF Service runs
- Could not find default endpoint element that refer
- The 'DbProviderFactories' section can only
- Do I need to expose a constructor in a WCF DataCon
- New Windows Application - What language?
- exposing net.tcp endpoint
- When is destructor called in a WCF service
No, it doesn't look like it. Check out these blog post on the topic:
Silverlight 4 will support the NetTcp Binding, mostly for intranet scenarios - but I haven't heard anything about support for wsHttpBinding, sorry.
Marc