3 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); 1251responseHeaders.SetRawServer(Constants.ServerName, _bytesServer); 1363responseHeaders.SetRawServer(Constants.ServerName, _bytesServer);