1 write to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Client\SocketConnectionFactory.cs (1)
29
_options
= options.Value;
5 references to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (5)
Client\SocketConnectionFactory.cs (5)
33
var maxReadBufferSize =
_options
.MaxReadBufferSize ?? 0;
34
var maxWriteBufferSize =
_options
.MaxWriteBufferSize ?? 0;
37
var applicationScheduler =
_options
.UnsafePreferInlineScheduling ? PipeScheduler.Inline : PipeScheduler.ThreadPool;
58
NoDelay =
_options
.NoDelay
71
_options
.WaitForDataBeforeAllocatingBuffer);