I have a RESTful service which is exposed via WCF with the webHttpBinding.
I am now asked to get the TCP header (specifically the packet TTL). The difficult approach will be to switch to the net.tcp binding and handle all the HTTP layer by myself.
There must be an easier way... Please help!