I have a whole bunch of web services each with several web methods. The consumers of these services are varied and many. I want to augment each of these web methods with an extr
Request.Headers.Add("headername", "headervalue"); Response.Headers.Add("headername", "headervalue");