I have followed this tutorial for building my chat application. When I try to add reference of my service I get the following error:
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.
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
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
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.
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.
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).
I need to implement a client server architecture where the server sends the same message to many clients over the internet.
Say I have WCF service contract like this [ServiceContract(CallbackContract = typeof(ICallback1), SessionMode = SessionMode.Required)]
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.