3 references to GetCachedEndpointHeaders
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\InternalSendMessage.cs (3)
306
result.Address = new EndpointAddress(this.Endpoint.AddressUri, this.Endpoint.Identity, this.
GetCachedEndpointHeaders
());
473
new EndpointAddress(endpointAddressUri, this.Endpoint.Identity, this.
GetCachedEndpointHeaders
());
493
headers = this.
GetCachedEndpointHeaders
();