8 references to RegisterUri
System.ServiceModel (8)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
200AddressTable.RegisterUri(channelListener.Uri, channelListener.HostNameComparisonModeInternal,
System\ServiceModel\Channels\HttpAnonymousUriPrefixMatcher.cs (1)
47this.anonymousUriPrefixes.RegisterUri(anonymousUriPrefix, HostNameComparisonMode.Exact, anonymousUriPrefix);
System\ServiceModel\Channels\HttpTransportManager.cs (1)
207addressTable.RegisterUri(channelListener.Uri,
System\ServiceModel\Channels\TransportChannelListener.cs (2)
529this.TransportManagerTable.RegisterUri(registration.ListenUri, this.hostNameComparisonMode, registration); 553this.TransportManagerTable.RegisterUri(nextUri, this.hostNameComparisonMode, registration);
System\ServiceModel\Channels\UriPrefixTable.cs (1)
48this.RegisterUri(current.Key.BaseAddress, current.Key.HostNameComparisonMode, current.Value);
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilter.cs (1)
44this.addressTable.RegisterUri(this.address.Uri, hostNameComparisonMode, new object());
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (1)
69GetAddressTable(filter.IncludeHostNameInComparison).RegisterUri(soapToAddress, GetComparisonMode(filter.IncludeHostNameInComparison), cset);