2 writes to _clientHelloInfo
System.Net.Security (2)
System\Net\Security\TlsSession.cs (1)
928_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)
535return _clientHelloInfo; 642if (_clientHelloInfo is null) 851if (_clientHelloInfo is not null && !_hasServerOptions)
System\Net\Security\TlsSession.OpenSsl.cs (1)
122if (_clientHelloInfo is not null && !_hasServerOptions)