2 writes to _hasServerOptions
System.Net.Security (2)
System\Net\Security\TlsSession.cs (2)
183_hasServerOptions = context.TemplateHasServerOptions; 667_hasServerOptions = true;
6 references to _hasServerOptions
System.Net.Security (6)
System\Net\Security\TlsSession.cs (3)
638if (_hasServerOptions) 851if (_clientHelloInfo is not null && !_hasServerOptions) 954if (!_hasServerOptions)
System\Net\Security\TlsSession.OpenSsl.cs (3)
48if (_context!.IsServer && (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello)) 122if (_clientHelloInfo is not null && !_hasServerOptions) 168if (!_hasServerOptions)