System.Net.Http.WinHttpTrailersHelper
namespace System.Net.Http
{
internal static class WinHttpTrailersHelper
{
public static bool OsSupportsTrailers { get; }
public static HttpHeaders GetResponseTrailers(HttpResponseMessage response);
}
}