2 references to TryGetHandshakeProtocol
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelMetrics.cs (1)
303
if (protocol != null &&
TryGetHandshakeProtocol
(protocol.Value, out var protocolName, out var protocolVersion))
Middleware\HttpsConnectionMiddleware.cs (1)
207
if (KestrelMetrics.
TryGetHandshakeProtocol
(sslStream.SslProtocol, out var protocolName, out var protocolVersion))