2 references to HttpAnonymousUriPrefixMatcher
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
118this.anonymousUriPrefixMatcher = new HttpAnonymousUriPrefixMatcher(bindingElement.AnonymousUriPrefixMatcher);
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
97this.anonymousUriPrefixMatcher = new HttpAnonymousUriPrefixMatcher(elementToBeCloned.anonymousUriPrefixMatcher);