pollingduplexhttpbinding
Need guidance on getting data to Silverlight app via ASP.NET/WCF
First of all thank you for any help.I have looked extensively and haven\'t found a sure solution, so here I am...[详细]
2023-03-20 08:00 分类:问答Is it possible to increase the Maximum String Content Length property of a Polling Duplex binding without converting to Custom binding?
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[详细]
2023-03-12 04:25 分类:问答Is there a max packet size in Silverlight Polling Duplex?
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[详细]
2023-03-05 20:41 分类:问答PollingDuplexHttpBinding faulted after 5 or 6 calls
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[详细]
2023-03-02 19:00 分类:问答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 分类:问答HTTP-Push (Comet/Reverse Ajax)using Silverlight to Javascript bridge?
Is it a good idea to use PollingDuplexHttpBinding with Silverlight in conjunction with the function RegisterScriptableObject to achieve Comet-style javascript functionality?[详细]
2023-02-20 06:30 分类:问答WCF PollingDuplex With High Callback Calls cause Service Too Busy Exception for new Service Subscriptions
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.[详细]
2023-02-20 02:42 分类:问答Multi Room Chat Application using SilverLight 4.0 and PollingDuplex
I\'m lo开发者_StackOverflow社区oking for a sample or guidelines to build a multi room chat application using SL 4.0 and PollingDuplex.[详细]
2023-02-19 11:00 分类:问答Why does my Wcf Duplex service gets in faulted state after first call to the service?
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.[详细]
2023-02-14 13:41 分类:问答wsDualHttpBinding not working outside network with WPF Client
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[详细]
2023-02-11 05:25 分类:问答