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