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