I want to add some custom headers into web request's header. I'm doing this by WebClient.Headers.Add("Header: Value") approach. There is not a problem with ASCII characters but non-ASCII characters.
Is it possible to change "Value of Header's encoding"?