WCF ChannelFactory class - used to create and manage Channel-s which are used to send and receive Message-s to WCF service endpoints
I'm looking for a clean way to have the ChannelFactory create channels for me with the ability to dispose them …
c# .net wcf channelfactoryI am working on an winform application that will access a WCF service self-hosted as a windows service. I am …
wcf timeout channelfactoryI'm making an app with Netty and ant. When I compile it, there is no error. But when I try …
java ant netty build.xml channelfactoryIn our SharePoint/ASP.NET environment we have a series of data retriever classes that all derive from a common …
wcf singleton thread-safety channelfactory static-constructorWe have a robust WCF client built in 2008 on .NET 3.5 (now recompiled under .NET 4.0) that talks to our own WCF …
wcf asynchronous task channelfactoryI have written an Sdk that is used by a WPF client, and takes care of calling WCF services and …
wcf channelfactoryI'm working on shipping in a change for my lab that will hopefully help diagnose some weird channel-faulting weirdness we're …
wcf debugging diagnostics channelfactory duplex-channelI'm building a series of WCF Services that are going to be used by more than one application. Because of …
performance wcf channel channelfactory .net-3.0