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.Authorization Class Reference
+ Collaboration diagram for System.Net.Authorization:

Public Member Functions

 Authorization (string token)
 
 Authorization (string token, bool finished)
 
 Authorization (string token, bool finished, string connectionGroupId)
 

Package Functions

 Authorization (string token, bool finished, string connectionGroupId, bool mutualAuth)
 
void SetComplete (bool complete)
 

Package Attributes

string ModuleAuthenticationType
 

Properties

string Message [get, set]
 
string ConnectionGroupId [get, set]
 
bool Complete [get, set]
 
string[] ProtectionRealm [get, set]
 
bool MutuallyAuthenticated [get, set]
 

Private Attributes

string m_Message
 
bool m_Complete
 
string[] m_ProtectionRealm
 
string m_ConnectionGroupId
 
bool m_MutualAuth
 

Detailed Description

Definition at line 9 of file Authorization.cs.


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