2 writes to _hasServerOptions
System.Net.Security (2)
System\Net\Security\TlsSession.cs (2)
197_hasServerOptions = context.TemplateHasServerOptions; 692_hasServerOptions = true;
6 references to _hasServerOptions
System.Net.Security (6)
System\Net\Security\TlsSession.cs (3)
663if (_hasServerOptions) 876if (_clientHelloInfo is not null && !_hasServerOptions) 979if (!_hasServerOptions)
System\Net\Security\TlsSession.OpenSsl.cs (3)
60if (_context!.IsServer && (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello)) 131if (_clientHelloInfo is not null && !_hasServerOptions) 177if (!_hasServerOptions)