pollingduplexhttpbinding Questions
2
Solved
Im running silverlight client version 4.0.50917.0 and SDK version 4.0.50826.1
I've created a simple silverlight client against a wcf pollingduplex binding:
Web.config:
<system.serviceModel>
&...
Nicolina asked 15/11, 2010 at 12:49
2
Solved
Eventually WCF duplex Silverlight 4 client start getting 404 Not Found errors for poll messages, immediately after poll was send from WCF service to Silverlight client, sometimes this happens for s...
Wares asked 12/12, 2012 at 11:30
1
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 an...
Bagpipes asked 5/5, 2011 at 7:2
2
Solved
I have WCF service. Here is configuration
<basicHttpBinding>
<binding name="EmergencyRegistratorBinding">
<security mode="TransportCredentialOnly">
<transport clientCreden...
Smock asked 10/2, 2012 at 8:0
4
Solved
I have followed Tomek Janczuk's Pub/sub sample using HTTP polling duplex WCF channel but I've noticed that when a client disconnects by closing the browser the service does not notice on the next c...
Digiacomo asked 10/11, 2010 at 19:44
1
Solved
Is it a good idea to use PollingDuplexHttpBinding with Silverlight in conjunction with the function RegisterScriptableObject to achieve Comet-style javascript functionality?
(see tutorial)
I have...
Molliemollify asked 27/3, 2011 at 13:54
2
Solved
I have a silverlight app that uses WCF both by polling Duplex and "normal" async calls. everything was working fine, until I added a global.asax file.
After an hour of googling, I came across this...
Impostume asked 10/12, 2010 at 18:36
1
© 2022 - 2024 — McMap. All rights reserved.