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