4 references to AddressHeaderCollection
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeaderCollection.cs (1)
185return new AddressHeaderCollection(headerList);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (3)
176Init(uri, identity, new AddressHeaderCollection(headers), null, -1, -1, -1); 786headers = new AddressHeaderCollection(headerList); 1385new AddressHeaderCollection(_headers),