1 implementation of TlsClientHelloLength
TlsFeaturesObserve (1)
Program.cs (1)
53public int TlsClientHelloLength { get; }
1 reference to TlsClientHelloLength
TlsFeaturesObserve (1)
Startup.cs (1)
25await context.Response.WriteAsync("TlsClientHello data: " + $"connectionId={tlsFeature?.ConnectionId}; length={tlsFeature?.TlsClientHelloLength}");