Implemented interface member:
property
EndPoint
Microsoft.AspNetCore.Connections.IConnectionListener.EndPoint
2 writes to EndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
SocketConnectionListener.cs (2)
27EndPoint = endpoint; 52EndPoint = listenSocket.LocalEndPoint;
1 reference to EndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketConnectionListener.cs (1)
44listenSocket = _options.CreateBoundListenSocket(EndPoint);