1 write to isTrustedHost
System (1)
net\System\Net\DNS.cs (1)
614canonicalResult.isTrustedHost = false;
2 references to isTrustedHost
System (2)
net\System\Net\_AuthenticationState.cs (1)
148trustNewHost &= result.isTrustedHost; // Can only lose trust
net\System\Net\ServicePoint.cs (1)
1688m_IsTrustedHost = ipHostEntry.isTrustedHost;