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
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 开发者
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
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
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.
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
One of Go\'s slogans is Do not communicate by sharing memory; instead, share memory by communicating.
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
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