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