2 references to BuildChannelListener
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelBuilder.cs (1)
109IChannelListener<TChannel> listener = this.BuildChannelListener<TChannel>();
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
316this.InnerChannelListener = this.ChannelBuilder.BuildChannelListener<TChannel>();