1 write to _options
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
36
_options
= options.Value;
8 references to _options
Microsoft.AspNetCore.Server.HttpSys (8)
MessagePump.cs (8)
37
Listener = new HttpSysListener(
_options
, memoryPoolFactory, loggerFactory);
40
if (
_options
.Authentication.Schemes != AuthenticationSchemes.None)
42
authentication.AddScheme(new AuthenticationScheme(HttpSysDefaults.AuthenticationScheme, displayName:
_options
.Authentication.AuthenticationDisplayName, handlerType: typeof(AuthenticationHandler)));
54
_maxAccepts =
_options
.MaxAccepts;
75
if (
_options
.UrlPrefixes.Count > 0)
84
else if (
_options
.UrlPrefixes.Count > 0)
116
foreach (var prefix in
_options
.UrlPrefixes)
242
_preferInlineScheduling = _messagePump.
_options
.UnsafePreferInlineScheduling;