3 references to ServerName
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (3)
38
private static readonly byte[] _bytesServer = Encoding.ASCII.GetBytes("\r\nServer: " + Constants.
ServerName
);
1251
responseHeaders.SetRawServer(Constants.
ServerName
, _bytesServer);
1363
responseHeaders.SetRawServer(Constants.
ServerName
, _bytesServer);