1 write to Bytes
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\DateHeaderValueManager.cs (1)
62Bytes = bytes;
3 references to Bytes
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
1094output.Write(ServiceContext.DateHeaderValueManager.GetDateHeaderValues().Bytes);
Internal\Http\HttpProtocol.cs (2)
1283responseHeaders.SetRawDate(dateHeaderValues.String, dateHeaderValues.Bytes); 1383responseHeaders.SetRawDate(dateHeaderValues.String, dateHeaderValues.Bytes);