Can I use this library with a WCF services instead ServiceWebAPI. I'm thinking in setting the compatibility ASP mode, and add a global.asax file. Besides I could add a custom http header to all WCF request (using IClientMessageInspector and BehaviorExtensionElement
) . Please tell me know if its possible ?. Thanks.
↧