1 write to _endpoint
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeConnectionListener.cs (1)
41
_endpoint
= endpoint;
2 references to _endpoint
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (2)
Internal\NamedPipeConnectionListener.cs (2)
99
public EndPoint EndPoint =>
_endpoint
;
111
var connection = new NamedPipeConnection(this, stream,
_endpoint
, _log, _memoryPool, _inputOptions, _outputOptions);