2 references to CreateBoundSocket
Aspire.Hosting (2)
Dcp\ProxylessEndpointPortAllocator.cs (2)
237sockets.Add(CreateBoundSocket(AddressFamily.InterNetwork, socketType, protocolType, new IPEndPoint(IPAddress.Any, port))); 241sockets.Add(CreateBoundSocket(AddressFamily.InterNetworkV6, socketType, protocolType, new IPEndPoint(IPAddress.IPv6Any, port)));