channel
MOTD for channels
Is there a way to display a file/string of text to a user\'s channel output when a user joins a channel? Would this 开发者_开发百科have to happen serverside in the irc config or could a bot do the sam[详细]
2022-12-15 23:06 分类:问答WCF ChannelFactory State Property
What does it mean for a ChannelFactory to have a State property? I understand that a created channel can have connection based states. But am confused as to why the ChannelFactory also has such 开发者[详细]
2022-12-15 19:02 分类:问答WCF channel lifetime with repeat calls
Maybe this is an obvious question, maybe it isn\'t. Imagine a GUI control application where every button push calls a different function on a remote WCF service. Button usage is frequent at approximat[详细]
2022-12-15 18:46 分类:问答How to prevent that a channel exception make a WCF service stop working?
I cre开发者_高级运维ated a WCF singleton service with netNamedPipeBinding. When a channel exception occurs, it leaves a channel in a faulty state, and all subsequent operations throws exceptions. How[详细]
2022-12-15 06:37 分类:问答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 that I\'m trying to define a common library to access WCF services.[详细]
2022-12-13 02:51 分类:问答WCF duplex channel gets closed when using callbacks
My WCF service uses netTcpBinding, and has a callback object. I need to service multiple concurrent clients, and mantain sessions, so the service is decorated with[详细]
2022-12-11 15:39 分类:问答Shared memory vs. Go channel communication
One of Go\'s slogans is Do not communicate by sharing memory; instead, share memory by communicating.[详细]
2022-12-11 14:34 分类:问答WCF client proxy initialization
I am consuming a WCF service and created its proxy using the VS 2008 service reference. I am looking for the best pattern to call WCF service method[详细]
2022-12-11 03:26 分类:问答WCF Callback channel faulted
I\'m trying to implem开发者_运维百科ent a reconnect logic for a wcf client. I\'m aware that you have to create a new channel after the current channel entered the faulted state. I did this in a channe[详细]
2022-12-08 13:11 分类:问答