5 overrides of OnCreateChannel
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1232protected override DuplexChannel OnCreateChannel()
System\ServiceModel\Channels\InputChannelAcceptor.cs (1)
19protected override InputChannel OnCreateChannel()
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (1)
59protected override PeerDuplexChannel OnCreateChannel()
System\ServiceModel\Channels\PeerInputChannelListener.cs (1)
31protected override PeerInputChannel OnCreateChannel()
System\ServiceModel\Channels\ReplyChannelAcceptor.cs (1)
19protected override ReplyChannel OnCreateChannel()
1 reference to OnCreateChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
58newChannel = OnCreateChannel();