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