6 references to Headers
System.ServiceModel (6)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (4)
30this.Headers.Headers = address.Headers; 72&& source.Headers != null) 74this.Headers.Copy(source.Headers);
System\ServiceModel\Description\ConfigLoader.cs (2)
169serviceEndpoint.Address = new EndpointAddress(channelElement.Address, LoadIdentity(channelElement.Identity), channelElement.Headers.Headers); 760endpoint.Address = new EndpointAddress(channelEndpointElementCopy.Address, LoadIdentity(channelEndpointElementCopy.Identity), channelEndpointElementCopy.Headers.Headers);