我按以下方式设置HttpClient的授权标头:
httpClient .DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue(null,"abc");
……但是我得到了例外:
“scheme” of the AuthenticationHeaderValue cannot be null.
为什么AuthenticationHeaderValue必须有一个方案?这是否需要特定的RFC?