1 write to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeTransportFactory.cs (1)
32
_options
= options.Value;
1 reference to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeTransportFactory.cs (1)
48
var listener = new NamedPipeConnectionListener(namedPipeEndPoint,
_options
, _loggerFactory, _objectPoolProvider);