When working with WCF you may find a need to add data to the message headers, for example maybe you wish to add some form of authentication token or the likes.
The first thing we need to do is create a BehaviorExtensionElement and add the relevant configuration to the App.Config.
public class SecurityTokenEndpointBehaviourExtensionElement : BehaviorExtensionElement
endpoint security definition endpoint security ciscoTAGS
CATEGORIES