3 references to TrailingHeaders
Microsoft.AspNetCore.TestHost (1)
ClientHandler.cs (1)
204
bool success = response.
TrailingHeaders
.TryAddWithoutValidation(trailer.Key, (IEnumerable<string>)trailer.Value);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
1301
headers = response.
TrailingHeaders
;
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpTrailersHelper.cs (1)
28
return response.
TrailingHeaders
;