duplex-channel
Duplex channel WCF from DMZ to Intranet
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.[详细]
2023-04-10 03:15 分类:问答How can I change message in DuplexSessionChannel (tcpTransport) in WCF custom channel?
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[详细]
2023-04-08 20:24 分类:问答wsDualHttpBinding not working outside network with WPF Client
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[详细]
2023-02-11 05:25 分类:问答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 seeing. There\'s a test application that uses DuplexChannelFactory to con[详细]
2023-01-19 19:06 分类:问答WCF service interface exchange
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[详细]
2023-01-14 06:35 分类:问答WCF Duplex Channel: Check if callback channel is still available
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[详细]
2022-12-15 06:47 分类:问答WCF - Closing a duplex ServiceHost blocks for CloseTimeout duration if closed when client(s) connected
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[详细]
2022-12-09 15:10 分类:问答