11 references to InternalProxyServicePoint
System (11)
net\System\Net\_AuthenticationState.cs (1)
126if (!IsProxyAuth && (httpWebRequest.ServicePoint.InternalProxyServicePoint || httpWebRequest.UseCustomHost))
net\System\Net\_Connection.cs (2)
1074ServicePoint.InternalProxyServicePoint) 2302(ServicePoint.InternalProxyServicePoint) ||
net\System\Net\FtpWebRequest.cs (4)
595if (ServicePoint.InternalProxyServicePoint) 736if (ServicePoint.InternalProxyServicePoint) 916if (ServicePoint.InternalProxyServicePoint) 968if (ServicePoint.InternalProxyServicePoint)
net\System\Net\HttpWebRequest.cs (3)
864return ServicePoint.InternalProxyServicePoint; 876return ServicePoint.InternalProxyServicePoint && 5695&& HttpWriteMode != HttpWriteMode.ContentLength && this.ServicePoint.InternalProxyServicePoint
net\System\Net\ServicePoint.cs (1)
1503InternalProxyServicePoint ? WebExceptionStatus.ProxyNameResolutionFailure :