 悬赏园豆:10
                [已关闭问题] 
            
                    关闭于 2019-05-31 12:42
                悬赏园豆:10
                [已关闭问题] 
            
                    关闭于 2019-05-31 12:42
                 
        public interface IChannelListener<TChannel> : IChannelListener, ICommunicationObject
where TChannel : class, System.ServiceModel.Channels.IChannel
{
.....
}
public interface IChannelFactory<TChannel> : IChannelFactory, ICommunicationObject
{
.....
}