First of all thank you for any help.I have looked extensively and haven\'t found a sure solution, so here I am...
I am using Polling Duplex Binding for the communication between my Silverlight client application and my WCF web service. I push messages from the Silverlight web applciation to the WCF web service by
Is there 开发者_如何学Pythona max packet size in Silverlight Polling Duplex? My client code -which just simply prints the item count of the pushed list to a label- does work for 500 items in list but
I have Implemented polling duplex in silverlight 4 application for getting large amounts of data using client call backs from server, so my service contains some functions with client call backs and s
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
Is it a good idea to use PollingDuplexHttpBinding with Silverlight in conjunction with the function RegisterScriptableObject to achieve Comet-style javascript functionality?
I currently trying to build a Duplex WCF Service using PollingDuplex Binding with SilverLight 4.0. My service calls every 1 second few callbacks methods foreach connected clients.
I\'m lo开发者_StackOverflow社区oking for a sample or guidelines to build a multi room chat application using SL 4.0 and PollingDuplex.
What I am trying to do is have a wcf duplex service that multiple clients register to. When a client calls the service, the other clients are notified of the call.
I was trying to implement a DuplexCommunication between WPF and WCF, the communication is working good when test internally, with in the network, when we tried to access this outside network after pub