We need to track client TLS version for self-hosted WCF services with HTTPS binding in order to detect users with outdated version (TLS 1.0) to contact them with request to update.
.NET Framework version is 4.7.2 IIS hosting is not an option. Maybe there is some network tool similar to Wireshark to track this info on the server?
P.S. My question is very similar to this one, but it is still not yet resolved: WCF service (self-hosted) over HTTPS - Get negotiated SSL/TLS protocol version