terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Net.CredentialCache Class Reference
+ Inheritance diagram for System.Net.CredentialCache:
+ Collaboration diagram for System.Net.CredentialCache:

Classes

class  CredentialEnumerator
 

Public Member Functions

 CredentialCache ()
 
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 ()
 

Package Attributes

int m_version
 

Properties

bool IsDefaultInCache [get, set]
 
static ICredentials DefaultCredentials [get, set]
 
static NetworkCredential DefaultNetworkCredentials [get, set]
 

Private Attributes

Hashtable cache
 
Hashtable cacheForHosts
 
int m_NumbDefaultCredInCache
 

Detailed Description

Definition at line 9 of file CredentialCache.cs.


The documentation for this class was generated from the following file: