6 references to AddressHeaderCollection
System.ServiceModel (4)
System\ServiceModel\Channels\AddressHeaderCollection.cs (1)
193
return new
AddressHeaderCollection
(headerList);
System\ServiceModel\EndpointAddress.cs (3)
177
Init(uri, identity, new
AddressHeaderCollection
(headers), null, -1, -1, -1);
788
headers = new
AddressHeaderCollection
(headerList);
1387
new
AddressHeaderCollection
(this.headers),
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
254
this.cachedEndpointHeaderCollection = new
AddressHeaderCollection
(this.Endpoint.Headers);
System\ServiceModel\Endpoint.cs (1)
127
return new EndpointAddress(address, this.Identity, new
AddressHeaderCollection
(this.Headers));