2 references to BindIPEndPointDelegate
System.Net.Requests (2)
System\Net\HttpWebRequest.cs (2)
1785
if (servicePoint.
BindIPEndPointDelegate
is null)
1796
IPEndPoint? endPoint = servicePoint.
BindIPEndPointDelegate
(servicePoint, new IPEndPoint(address, port), retryCount);