1 override of RemoveChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
847
protected override void
RemoveChannel
(UniqueId inputId, UniqueId outputId)
4 references to RemoveChannel
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelListener.cs (4)
240
this.
RemoveChannel
(inputId, outputId);
260
this.
RemoveChannel
(inputId, outputId);
306
this.
RemoveChannel
(inputId, outputId);
497
this.channelListener.
RemoveChannel
(this.inputId, this.outputId);