2 writes to anonymousUriPrefixMatcher
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
97this.anonymousUriPrefixMatcher = new HttpAnonymousUriPrefixMatcher(elementToBeCloned.anonymousUriPrefixMatcher); 520this.anonymousUriPrefixMatcher = new HttpAnonymousUriPrefixMatcher();
5 references to anonymousUriPrefixMatcher
System.ServiceModel (5)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (5)
95if (elementToBeCloned.anonymousUriPrefixMatcher != null) 97this.anonymousUriPrefixMatcher = new HttpAnonymousUriPrefixMatcher(elementToBeCloned.anonymousUriPrefixMatcher); 441return this.anonymousUriPrefixMatcher; 518if (this.anonymousUriPrefixMatcher == null) 523return (T)(object)this.anonymousUriPrefixMatcher;