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