|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | CredentialEnumerator |
Public Member Functions | |
| void | Add (Uri uriPrefix, string authType, NetworkCredential cred) |
| void | Add (string host, int port, string authenticationType, NetworkCredential credential) |
| void | Remove (Uri? uriPrefix, string? authType) |
| void | Remove (string? host, int port, string? authenticationType) |
| NetworkCredential? | GetCredential (Uri uriPrefix, string authType) |
| NetworkCredential? | GetCredential (string host, int port, string authenticationType) |
| IEnumerator | GetEnumerator () |
Properties | |
| static ICredentials | DefaultCredentials [get] |
| static NetworkCredential | DefaultNetworkCredentials [get] |
Private Attributes | |
| Dictionary< CredentialKey, NetworkCredential > | _cache |
| Dictionary< CredentialHostKey, NetworkCredential > | _cacheForHosts |
| int | _version |
Definition at line 7 of file CredentialCache.cs.