2 writes to _clientHelloInfo
System.Net.Security (2)
System\Net\Security\TlsSession.cs (1)
922_clientHelloInfo = parsed;
System\Net\Security\TlsSession.OpenSsl.cs (1)
161_clientHelloInfo = parsed;
4 references to _clientHelloInfo
System.Net.Security (4)
System\Net\Security\TlsSession.cs (3)
529return _clientHelloInfo; 636if (_clientHelloInfo is null) 845if (_clientHelloInfo is not null && !_hasServerOptions)
System\Net\Security\TlsSession.OpenSsl.cs (1)
122if (_clientHelloInfo is not null && !_hasServerOptions)