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