System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (7)
116if (AddressTable.TryLookupUri(via, HostNameComparisonMode.StrongWildcard, out channelListener))
121if (AddressTable.TryLookupUri(via, HostNameComparisonMode.Exact, out channelListener))
126AddressTable.TryLookupUri(via, HostNameComparisonMode.WeakWildcard, out channelListener);
134this.Fault(this.AddressTable, exception);
200AddressTable.RegisterUri(channelListener.Uri, channelListener.HostNameComparisonModeInternal,
208EnsureRegistered(AddressTable, (TChannelListener)channelListener, channelListener.HostNameComparisonModeInternal);
209AddressTable.UnregisterUri(channelListener.Uri, channelListener.HostNameComparisonModeInternal);