2 references to IsDefaultInCache
System (2)
net\System\Net\HttpWebRequest.cs (1)
4016
cache.
IsDefaultInCache
net\System\Net\mail\SmtpClient.cs (1)
627
transport.IdentityRequired = Credentials != null && (Credentials is SystemNetworkCredential || (cache = Credentials as CredentialCache) == null || cache.
IsDefaultInCache
);