For days i have been banging my head against a brick wall, trying to work out a problem that i am having with WCF Services and Silverlight.
I am trying to assist one project team to streamline their work by fixing some of the pain points. One of the pain points they have in their code is that, they are using WCF service via service refe
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I just want to make sure I\'m following the right approach. In my application for particular 开发者_Go百科service I have one static ChannelFactory (as it\'s instance thread safe), and every time I nee
I\'m attempting to use the ChannelFactory to call an asynchronous service. The bit I\'m unsure of is how to best hold on to the reference to the channel - between the call to BeginSave and then EndSa
I\'d like to fire an event every time I call a WCF service. I\'ve tried the following: var factory = new ChannelFactory<TService>(binding, endPointAdress);
I\'m trying to access WCF REST services via MonoTouch. I am unable to use a ChannelFactory, as dynamic code generation is not possible in MonoTouch, and because I\'m accessing RESTful services, I\'m a
I recently developed a Silverlight application which uses Mark J Millers ClientChannelWrapper<T> to communicate with the WCF service layer (effectively killing the service reference and wrapping
I am just getting started with WCF and am using an older article posted by Miguel A. Castro called WCF the Manual Way. In the article he mentions using the ChannelFactory to create a service proxy.In
I need a开发者_运维百科 simple WCF sample code or tutorial or a link that shows the steps on how to add a certificate to ChannelFactory?Does this help?