8 references to ReadPrefaceState
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http2\Http2Connection.cs (8)
546
var
state =
ReadPrefaceState
.All;
552
state ^=
ReadPrefaceState
.Http1x;
566
if (state.HasFlag(
ReadPrefaceState
.Preface))
576
state ^=
ReadPrefaceState
.Preface;
581
if (state.HasFlag(
ReadPrefaceState
.Http1x))
609
state ^=
ReadPrefaceState
.Http1x;
615
if (state ==
ReadPrefaceState
.None)