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