We are running an dual channel service inside the domain. We have a TCP binding on port 20120 and a HTTP binding on port 20121.
I implement IDuplexSessionChannel on my Custom Channel because I use tcpTransport. In that custom channel, I cache service call response(client side caching). But it has errors. In IRequestChannel it
I was trying to implement a DuplexCommunication between WPF and WCF, the communication is working good when test internally, with in the network, when we tried to access this outside network after pub
I\'m working on shipping in a change for my lab that will hopefully help diagnose some weird channel-faulting weirdness we\'re seeing. There\'s a test application that uses DuplexChannelFactory to con
I want to avoid the duplex Chanel in WCF and create callback service on client,开发者_StackOverflow社区 pass the client address to server so the server can call the client any time. (maybe different b
I have the following problem. I\'m writing chat software. The client/server mechanism is based on DualHttpBinding of WCF. This means that if a user sends a message, all clients that are in the room wh
I have a Windows Service that hosts three different duplex WCF channe开发者_开发技巧ls.Clients can connect to have updates sent to them via their callback contract.Essentially there are three pub-sub