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)
308public SslProtocols SslProtocol => _negotiatedSslProtocol; 639Debug.Assert(_negotiatedSslProtocol == SslProtocols.Tls13, $"Unexpected TLS version {info.TlsProtocolVersion}");