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