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