1 write to _connectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
203
_connectionListener
= connectionListener;
4 references to _connectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\TransportManager.cs (4)
206
public EndPoint EndPoint =>
_connectionListener
.EndPoint;
209
=>
_connectionListener
.AcceptAsync(cancellationToken);
212
=>
_connectionListener
.UnbindAsync(cancellationToken);
215
=>
_connectionListener
.DisposeAsync();