2 writes to _hasServerOptions
System.Net.Security (2)
System\Net\Security\TlsSession.cs (2)
177_hasServerOptions = context.TemplateHasServerOptions; 661_hasServerOptions = true;
6 references to _hasServerOptions
System.Net.Security (6)
System\Net\Security\TlsSession.cs (3)
632if (_hasServerOptions) 845if (_clientHelloInfo is not null && !_hasServerOptions) 948if (!_hasServerOptions)
System\Net\Security\TlsSession.OpenSsl.cs (3)
48if (_context!.IsServer && (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello)) 122if (_clientHelloInfo is not null && !_hasServerOptions) 168if (!_hasServerOptions)