public MakeConnectionDuplexServiceChannel(ChannelManagerBase channelManager, TChannel innerChannel)
     : base(channelManager, innerChannel)
 {
     this.settings          = (IMakeConnectionListenerSettings)channelManager;
     this.DispatcherManager = new MakeConnectionDispatcherManager();
 }
Пример #2
0
 public MakeConnectionChannelListener(MakeConnectionBindingElement bindingElement, BindingContext context)
     : base(context)
 {
     this.settings = (IMakeConnectionListenerSettings)bindingElement;
 }