1 write to _options
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
42_options = options.Value;
8 references to _options
Microsoft.AspNetCore.Server.HttpSys (8)
MessagePump.cs (8)
43Listener = new HttpSysListener(_options, memoryPoolFactory, loggerFactory); 46if (_options.Authentication.Schemes != AuthenticationSchemes.None) 48authentication.AddScheme(new AuthenticationScheme(HttpSysDefaults.AuthenticationScheme, displayName: _options.Authentication.AuthenticationDisplayName, handlerType: typeof(AuthenticationHandler))); 60_maxAccepts = _options.MaxAccepts; 81if (_options.UrlPrefixes.Count > 0) 90else if (_options.UrlPrefixes.Count > 0) 122foreach (var prefix in _options.UrlPrefixes) 291_preferInlineScheduling = _messagePump._options.UnsafePreferInlineScheduling;