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