10 references to SetRawServer
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
1260responseHeaders.SetRawServer(Constants.ServerName, _bytesServer); 1372responseHeaders.SetRawServer(Constants.ServerName, _bytesServer);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (8)
HeaderCollectionBenchmark.cs (3)
132_responseHeadersDirect.SetRawServer("Kestrel", _bytesServer); 172_responseHeadersDirect.SetRawServer("Kestrel", _bytesServer); 205_responseHeadersDirect.SetRawServer("Kestrel", _bytesServer);
ResponseHeaderCollectionBenchmark.cs (3)
105_responseHeadersDirect.SetRawServer("Kestrel", _bytesServer); 140_responseHeadersDirect.SetRawServer("Kestrel", _bytesServer); 168_responseHeadersDirect.SetRawServer("Kestrel", _bytesServer);
ResponseHeadersWritingBenchmark.cs (2)
137_responseHeaders.SetRawServer("Kestrel", _bytesServer); 191_responseHeaders.SetRawServer(Constants.ServerName, _bytesServer);