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