Is there a class similar to HttpUtility to encode the content of a custom header? Ideally I would like to keep the content readable.
sorry its off the top of my head but for your request object there should be a headers object you can add to.
i.e. request.headers.add("blah");
Thats not spot on but it should point you in the right direction.