8 references to ReadPrefaceState
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http2\Http2Connection.cs (8)
542
var
state =
ReadPrefaceState
.All;
548
state ^=
ReadPrefaceState
.Http1x;
562
if (state.HasFlag(
ReadPrefaceState
.Preface))
572
state ^=
ReadPrefaceState
.Preface;
577
if (state.HasFlag(
ReadPrefaceState
.Http1x))
605
state ^=
ReadPrefaceState
.Http1x;
611
if (state ==
ReadPrefaceState
.None)