0

Does WCF Polling Duplex Binding exist for non Silverlight clients?

alex
  • 74,215
  • 9
  • 49
  • 57

2 Answers2

1

I think you have to implement your own Binding.

Sebastian
  • 821
  • 4
  • 8
1

You can find a AJAX sample here http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html

Peter Gfader
  • 7,673
  • 8
  • 55
  • 56