1 write to _negotiatedSslProtocol
System.Net.Quic (1)
System\Net\Quic\QuicConnection.cs (1)
636
_negotiatedSslProtocol
= (SslProtocols)info.TlsProtocolVersion;
2 references to _negotiatedSslProtocol
System.Net.Quic (2)
System\Net\Quic\QuicConnection.cs (2)
308
public SslProtocols SslProtocol =>
_negotiatedSslProtocol
;
639
Debug.Assert(
_negotiatedSslProtocol
== SslProtocols.Tls13, $"Unexpected TLS version {info.TlsProtocolVersion}");