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;
40
var maxReadBufferSize =
_options
.MaxReadBufferSize ?? 0;
41
var maxWriteBufferSize =
_options
.MaxWriteBufferSize ?? 0;
50
var memoryPool =
_options
.MemoryPoolFactory();
65
var memoryPool =
_options
.MemoryPoolFactory();
99
waitForData:
_options
.WaitForDataBeforeAllocatingBuffer,
100
finOnError:
_options
.FinOnError);