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