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