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