Click here to Skip to main content
15,884,998 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good Day! I need a help/suggestion to register the custom binding extension for my silverlight duplex commnication(To use PollingDuplexHttpBinding) for my self hosting wcf service. the below is the binding details which i get it form http://msdn.microsoft.com/en-us/library/cc645027(VS.95).aspx

XML
<!-- Register the binding extension from the SDK. -->
   <extensions>
      <bindingExtensions>
        <add name=
            "pollingDuplexHttpBinding"
            type="System.ServiceModel.Configuration.PollingDuplexHttpBindingCollectionElement,System.ServiceModel.PollingDuplex, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </bindingExtensions>
   </extensions> 
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900