3 instantiations of HttpAnonymousUriPrefixMatcher
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
118this.anonymousUriPrefixMatcher = new HttpAnonymousUriPrefixMatcher(bindingElement.AnonymousUriPrefixMatcher);
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
97this.anonymousUriPrefixMatcher = new HttpAnonymousUriPrefixMatcher(elementToBeCloned.anonymousUriPrefixMatcher); 520this.anonymousUriPrefixMatcher = new HttpAnonymousUriPrefixMatcher();
5 references to HttpAnonymousUriPrefixMatcher
System.ServiceModel (5)
System\ServiceModel\Channels\HttpAnonymousUriPrefixMatcher.cs (1)
19internal HttpAnonymousUriPrefixMatcher(HttpAnonymousUriPrefixMatcher objectToClone)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
56HttpAnonymousUriPrefixMatcher anonymousUriPrefixMatcher; 171internal HttpAnonymousUriPrefixMatcher AnonymousUriPrefixMatcher
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
43HttpAnonymousUriPrefixMatcher anonymousUriPrefixMatcher; 437internal HttpAnonymousUriPrefixMatcher AnonymousUriPrefixMatcher