8 references to IISServerOptions
Microsoft.AspNetCore.Server.IIS (8)
Core\IISHttpContext.cs (2)
39
private readonly
IISServerOptions
_options;
81
IISServerOptions
options,
Core\IISHttpContextOfT.cs (1)
18
public IISHttpContextOfT(MemoryPool<byte> memoryPool, IHttpApplication<TContext> application, NativeSafeHandle pInProcessHandler,
IISServerOptions
options, IISHttpServer server, ILogger logger, bool useLatin1)
Core\IISHttpServer.cs (4)
29
private readonly
IISServerOptions
_options;
65
IOptions<
IISServerOptions
> options,
283
private readonly
IISServerOptions
_options;
288
public IISContextFactory(MemoryPool<byte> memoryPool, IHttpApplication<T> application,
IISServerOptions
options, IISHttpServer server, ILogger logger)
WebHostBuilderIISExtensions.cs (1)
49
services.Configure<
IISServerOptions
>(