标签: xamarin
我将HttpClient PostAsync用于服务器,该服务器将在响应头中提供身份验证令牌。标题名称是"授权"。我怎样才能得到这个值?
答案 0 :(得分:0)
System.Collections.Generic.List<string> authHeaders = (System.Collections.Generic.List<string>)response.Headers.GetValues("Authorization"); authHeaders[0];