6 references to NotEnoughData
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Middleware\TlsListener.cs (6)
28
ClientHelloParseState parseState = ClientHelloParseState.
NotEnoughData
;
46
if (parseState == ClientHelloParseState.
NotEnoughData
)
68
if (parseState is ClientHelloParseState.
NotEnoughData
)
97
return ClientHelloParseState.
NotEnoughData
;
109
return ClientHelloParseState.
NotEnoughData
;
149
return ClientHelloParseState.
NotEnoughData
;