2 writes to _clientHelloInfo
System.Net.Security (2)
System\Net\Security\TlsSession.cs (1)
953_clientHelloInfo = parsed;
System\Net\Security\TlsSession.OpenSsl.cs (1)
170_clientHelloInfo = parsed;
4 references to _clientHelloInfo
System.Net.Security (4)
System\Net\Security\TlsSession.cs (3)
560return _clientHelloInfo; 667if (_clientHelloInfo is null) 876if (_clientHelloInfo is not null && !_hasServerOptions)
System\Net\Security\TlsSession.OpenSsl.cs (1)
131if (_clientHelloInfo is not null && !_hasServerOptions)