2 writes to toNoHostTable
System.ServiceModel (2)
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (2)
24
this.
toNoHostTable
= new UriPrefixTable<CandidateSet>();
94
this.
toNoHostTable
= new UriPrefixTable<EndpointAddressMessageFilterTable<TFilterData>.CandidateSet>();
1 reference to toNoHostTable
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (1)
83
return includeHostNameInComparison ? this.toHostTable : this.
toNoHostTable
;