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