Web Services: How to change http header of the request
Hello
I am using standard procedure to consume web services( add web reference and so on in C#...)
All
the mapping is generated for me. I need to include
"accept-encoding:gzip" in the http header of the request, so web server
will know to compress the response.
I could not find how to do that.
PLEASE HELP!!!
Misha