Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Create()

static CredentialEnumerator System.Net.CredentialCache.CredentialEnumerator.Create ( CredentialCache cache)
inlinestaticpackageinherited

Definition at line 111 of file CredentialCache.cs.

112 {
113 if (cache._cache != null)
114 {
115 if (cache._cacheForHosts == null)
116 {
118 }
119 return new DoubleTableCredentialEnumerator(cache);
120 }
121 if (cache._cacheForHosts == null)
122 {
123 return new CredentialEnumerator(cache);
124 }
126 }

References System.Net.CredentialCache.CredentialEnumerator.CredentialEnumerator().

Referenced by System.Net.CredentialCache.GetEnumerator().