Add Header to WCF RequestSecurityToken Message
问题 I'm attempting to set up a client (Web Application) and service (WCF Service) that will communicate using a WSHttpBinding. It appears that in order to use this binding the client sends preliminary messages to set up the channel. Between the client and the service exists a service bus which is routing on a custom header. The message, when using BasicHttpBinding security, routes without issue. My question is: Is there any way to add the same custom header to the preliminary RequestSecurityToken