1 write to toNoHostLookup
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
76
this.
toNoHostLookup
= new Dictionary<Uri, CandidateSet>(EndpointAddressMessageFilter.NoHostUriComparer.Value);
7 references to toNoHostLookup
System.ServiceModel (7)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (7)
168
if (!this.
toNoHostLookup
.TryGetValue(soapToAddress, out cset))
171
this.
toNoHostLookup
.Add(soapToAddress, cset);
269
if (this.
toNoHostLookup
!= null)
271
this.
toNoHostLookup
.Clear();
333
return this.
toNoHostLookup
.TryGetValue(to, out cset);
732
cset = this.
toNoHostLookup
[soapToAddress];
745
this.
toNoHostLookup
.Remove(soapToAddress);