1 write to addressTable
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
881
this.
addressTable
= table;
6 references to addressTable
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (6)
578
if (this.
addressTable
!= null)
580
this.
addressTable
.Add(endpoint.AddressFilter, endpoint.EndpointAddress, endpoint.FilterPriority);
596
if (this.
addressTable
!= null)
598
this.
addressTable
.Remove(endpoint.AddressFilter);
831
if ((this.
addressTable
!= null) && (endpoint.OriginalAddress != null))
833
this.
addressTable
.Add(endpoint.AddressFilter, endpoint.OriginalAddress, endpoint.FilterPriority);