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