5 references to ServerName
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (3)
38private static readonly byte[] _bytesServer = Encoding.ASCII.GetBytes("\r\nServer: " + Constants.ServerName); 1260responseHeaders.SetRawServer(Constants.ServerName, _bytesServer); 1372responseHeaders.SetRawServer(Constants.ServerName, _bytesServer);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
ResponseHeadersWritingBenchmark.cs (2)
23private static readonly byte[] _bytesServer = Encoding.ASCII.GetBytes("\r\nServer: " + Constants.ServerName); 191_responseHeaders.SetRawServer(Constants.ServerName, _bytesServer);