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