3 overrides of BuildChannelListenerCore
System.ServiceModel (3)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
396protected override IChannelListener<TChannel> BuildChannelListenerCore<TChannel>(BindingContext context)
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
274protected override IChannelListener<TChannel> BuildChannelListenerCore<TChannel>(BindingContext context)
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
169protected override IChannelListener<TChannel> BuildChannelListenerCore<TChannel>(BindingContext context)
1 reference to BuildChannelListenerCore
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
737return this.BuildChannelListenerCore<TChannel>(context);