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

WCF Error : Manual addressing is enabled on this factory, so all messages sent must be pre-addressed

I've got a hosted WCF service that I created a custom factory for, so that this would work with multiple …

c# wcf messages channelfactory
WCF ChannelFactory vs generating proxy

Just wondering under what circumstances would you prefer to generate a proxy from a WCF service when you can just …

wcf proxy channelfactory
creating WCF ChannelFactory<T>

I'm trying to convert an existing .NET Remoting application to WCF. Both server and client share common interface and all …

c# .net wcf c#-4.0 channelfactory
ChannelFactory.Close VS IClientChannel.Close

Consider the following code which is typcial of many ChannelFactory examples: WSHttpBinding myBinding = new WSHttpBinding(); EndpointAddress myEndpoint = new EndpointAddress( ConfigurationSettings.…

wcf channelfactory
The Address property on ChannelFactory.Endpoint was null. The ChannelFactory's Endpoint must have a valid Address specified

I am getting the following error and I am not sure what I am doing wrong. Does anybody see anything …

wcf endpoint channelfactory
ChannelFactory Credentials + object is read only

Greetings, what is the problem that when I try to set credentials for my factory as follows: ChannelFactory<IWCFSeekService&…

wcf credentials channelfactory
WCF, ChannelFactory, "Could not find endpoint element..."

I'm trying to call a WCF service from within another service, in part using an example I found here on …

wcf client endpoint channelfactory
WCF Channel and ChannelFactory Caching

So I've decided to up the performance a bit in my WCF application, and attempt to cache Channels and the …

c# .net wcf channel channelfactory
WCF: The request for security token could not be satisfied because authentication failed

I have two WCF services on the same machine. One is the publisher and one is the listener. The Publisher …

c# wcf .net-3.5 wshttpbinding channelfactory