3 overrides of CreateChannel
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
2708protected override IInputSessionChannel CreateChannel(ChannelManagerBase channelManager, IInputSessionChannel innerChannel, Message firstMessage) 2774protected override IDuplexSessionChannel CreateChannel(ChannelManagerBase channelManager, IDuplexSessionChannel innerChannel, Message firstMessage) 2974protected override IReplySessionChannel CreateChannel(ChannelManagerBase channelManager, IReplySessionChannel innerChannel, RequestContext firstRequest)
1 reference to CreateChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2303wrappedChannel = this.CreateChannel(listener, channel, item);