1 write to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketConnectionContextFactory.cs (1)
36_options = options;
7 references to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (7)
SocketConnectionContextFactory.cs (7)
38_settingsCount = _options.IOQueueCount; 40var maxReadBufferSize = _options.MaxReadBufferSize ?? 0; 41var maxWriteBufferSize = _options.MaxWriteBufferSize ?? 0; 50var memoryPool = _options.MemoryPoolFactory(); 65var memoryPool = _options.MemoryPoolFactory(); 99waitForData: _options.WaitForDataBeforeAllocatingBuffer, 100finOnError: _options.FinOnError);