4 references to AddressHeaderCollection
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\AddressHeaderCollection.cs (1)
209
return new
AddressHeaderCollection
(headerList);
System\ServiceModel\EndpointAddress.cs (3)
155
Init(uri, identity, new
AddressHeaderCollection
(headers), null, -1, -1, -1);
712
headers = new
AddressHeaderCollection
(headerList);
1312
new
AddressHeaderCollection
(Headers),