7 references to UnregisterUri
System.ServiceModel (7)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
209AddressTable.UnregisterUri(channelListener.Uri, channelListener.HostNameComparisonModeInternal);
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
210TcpChannelListener.StaticTransportManagerTable.UnregisterUri(this.ListenUri, this.HostNameComparisonMode);
System\ServiceModel\Channels\HttpTransportManager.cs (2)
117this.TransportManagerTable.UnregisterUri(this.ListenUri, this.HostNameComparisonMode); 235addressTable.UnregisterUri(channelListener.Uri, registeredMode);
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
123NamedPipeChannelListener.StaticTransportManagerTable.UnregisterUri(this.ListenUri, this.HostNameComparisonMode);
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
187TcpChannelListener.StaticTransportManagerTable.UnregisterUri(this.ListenUri, this.HostNameComparisonMode);
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (1)
145GetAddressTable(filter.IncludeHostNameInComparison).UnregisterUri(soapToAddress, GetComparisonMode(filter.IncludeHostNameInComparison));