2 references to InternalAddress
System (2)
net\System\Net\_AuthenticationState.cs (1)
96Uri newUri = IsProxyAuth ? httpWebRequest.ServicePoint.InternalAddress : httpWebRequest.GetRemoteResourceUri();
net\System\Net\_Connection.cs (1)
1076if(!TunnelThroughProxy(ServicePoint.InternalAddress, httpWebRequest,async)) {