2 writes to ReusePortSupported
System (2)
net\System\Net\ServicePoint.cs (2)
1335ServicePointManager.ReusePortSupported = true; 1343ServicePointManager.ReusePortSupported = false;
2 references to ReusePortSupported
System (2)
net\System\Net\ServicePoint.cs (2)
1316if (ServicePointManager.ReusePortSupported.HasValue && !ServicePointManager.ReusePortSupported.Value) {