Is it possible to set the Default Content-Type to “application/json;v=2.0”
问题 Is it possible to set the Default Content-Type to "application/json;v=2.0". I say default because I'm using a HttpClient class and I use the DefaultRequestHeaders to set my proxies default values. I followed this example to create my headers https://stackoverflow.com/a/10679340/196526 but I also use versioning and information about versioning is saved in ContenT-Type public class BankAccountProxy { public void SetToken() { Client = new HttpClient(); Client.BaseAddress = new Uri(System