duplex
Contract requires Duplex, but Binding 'BasicHttpBinding' doesn't support it or isn't configured properly to support it
I have followed this tutorial for building my chat application. When I try to add reference of my service I get the following error:[详细]
2023-03-06 13:14 分类:问答Is it possible to have duplex communication between a WCF service and a .net 2.0 windows application? If so, how?
Pretty self-explanatory. I have a n开发者_运维技巧eed for a service to notify my client app if something happens, but the app is in .net 2.0 and I am loath to upgrade just for this functionality.[详细]
2023-03-05 01:51 分类:问答Does Http.sys support full duplex communication?
Is this possible? Can we access the underlying socket, used by http.sys to serve a response for a given request. I want to be able to support full duplex communi开发者_JAVA百科cation over the http pro[详细]
2023-03-03 07:10 分类:问答WCF - How to delay task for specified amount of time?
I have WCF WebService for Silverlight client. Let\'s say client click \"Make building\". Service will receive new task, and star counting time, until it\'s ready to m开发者_JAVA百科ake action (i.e[详细]
2023-03-02 14:34 分类:问答Using a TCP Tunnel for Duplex WCF connections through Proxies in enterprise scenarios
We\'re using a duplex contract for one feature in our yet to be released enterprise level LOB application that utilizes a thick client built with WPF and a server built with WCF.[详细]
2023-03-01 13:10 分类:问答How to push data (SQL or LINQ), from WCF Duplex Service to Silverlight client
I have made simple chat application to learn some new thin开发者_StackOverflow社区gs, and what I want to do now, is to add user list that are currently logged into chat.[详细]
2023-02-27 03:19 分类:问答Duplex + Silverlight + WCF + Pulling data
I\'ve been looking for it, for quite and while, and I didn\'t really find anything that cover how to pull data trough duplex connection for Silverlight (pollingHttpDuplex).[详细]
2023-02-25 02:41 分类:问答Single source pushing: how to send 5kb each 5 minutes to 50000 clients
I need to implement a client server architecture where the server sends the same message to many clients over the internet.[详细]
2023-02-24 11:46 分类:问答WCF Duplex Contract
Say I have WCF service contract like this [ServiceContract(CallbackContract = typeof(ICallback1), SessionMode = SessionMode.Required)][详细]
2023-02-17 06:18 分类:问答WCF vs. WCF Duplex vs. Sockets
I posted about this before to a degree, but after a few days of reading I have a better understanding of WCF and would like to get a bit o开发者_JAVA技巧f feedback before I start working on it.[详细]
2023-02-16 00:16 分类:问答