5 references to NotTlsClientHello
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Middleware\TlsListenerMiddleware.cs (5)
61
Debug.Assert(parseState is ClientHelloParseState.ValidTlsClientHello or ClientHelloParseState.
NotTlsClientHello
);
102
return ClientHelloParseState.
NotTlsClientHello
;
108
return ClientHelloParseState.
NotTlsClientHello
;
114
return ClientHelloParseState.
NotTlsClientHello
;
120
return ClientHelloParseState.
NotTlsClientHello
;