Esempio n. 1
0
        public MakeConnectionDuplexClientChannel(ChannelManagerBase channelManager, TChannel innerChannel)
            : base(channelManager, innerChannel)
        {
            this.localAddress = new EndpointAddress(string.Concat(MakeConnectionConstants.AnonymousUriTemplate, Guid.NewGuid().ToString()));
            this.poller       = MakeConnectionPoller <TChannel> .AddChannelToPoller(this);

            this.settings = (IMakeConnectionFactorySettings)channelManager;
        }
 public MakeConnectionChannelFactory(MakeConnectionBindingElement bindingElement, BindingContext context)
     : base(context)
 {
     this.settings = (IMakeConnectionFactorySettings)bindingElement;
 }