terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | CredentialEnumerator |
Public Member Functions | |
CredentialCache () | |
void | Add (global::System.Uri uriPrefix, string authType, NetworkCredential cred) |
void | Add (string host, int port, string authenticationType, NetworkCredential credential) |
void | Remove (global::System.Uri uriPrefix, string authType) |
void | Remove (string host, int port, string authenticationType) |
NetworkCredential | GetCredential (global::System.Uri uriPrefix, string authType) |
NetworkCredential | GetCredential (string host, int port, string authenticationType) |
IEnumerator | GetEnumerator () |
Package Attributes | |
int | m_version |
Properties | |
bool | IsDefaultInCache [get] |
static ICredentials | DefaultCredentials [get] |
static NetworkCredential | DefaultNetworkCredentials [get] |
Private Attributes | |
Hashtable | cache |
Hashtable | cacheForHosts |
int | m_NumbDefaultCredInCache |
Definition at line 7 of file CredentialCache.cs.