Top "Channelfactory" questions

WCF ChannelFactory class - used to create and manage Channel-s which are used to send and receive Message-s to WCF service endpoints

Dispose Channel created by WCF ChannelFactory

I'm looking for a clean way to have the ChannelFactory create channels for me with the ability to dispose them …

c# .net wcf channelfactory
Best Practice with WCF ChannelFactory and connection timeout

I am working on an winform application that will access a WCF service self-hosted as a windows service. I am …

wcf timeout channelfactory
java.lang.NoClassDefFoundError: org/jboss/netty/channel/ChannelFactory

I'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 channelfactory
Creating a singleton ChannelFactory<T> and reusing for client connections

In 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-constructor
How to apply Task Async Pattern and WCF's ChannelFactory<TChannel>?

We 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 channelfactory
ChannelFactory: creating and disposing

I have written an Sdk that is used by a WPF client, and takes care of calling WCF services and …

wcf channelfactory
WCF: How to diagnose faulted channels?

I'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-channel
WCF ChannelFactory and Channel caching in ASP.NET client application

I'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