2 references to AddressHeaderCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeaderCollection.cs (1)
14
private static AddressHeaderCollection s_emptyHeaderCollection = new
AddressHeaderCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
263
_headers = new
AddressHeaderCollection
();