I have a WCF client that interacts with the WCF service (AspNetCompabilityMode works), and I would like to add a cookie (on the client) for every call to this web service.
I looked at the HttpTransportBindingElement , but I cannot find where to add my cookie - is it possible to add a cookie to the HttpTransportBindingElement or should I consider a different approach?
rotte2
source share