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

Public Member Functions

 ServiceNameStore ()
 
bool Add (string uriPrefix)
 
bool Remove (string uriPrefix)
 
void Clear ()
 
string BuildSimpleServiceName (string uriPrefix)
 
string[] BuildServiceNames (string uriPrefix)
 

Properties

ServiceNameCollection ServiceNames [get, set]
 

Private Member Functions

bool AddSingleServiceName (string spn)
 
bool Contains (string newServiceName)
 
string ExtractHostname (string uriPrefix, bool allowInvalidUriStrings)
 

Private Attributes

List< string > serviceNames
 
ServiceNameCollection serviceNameCollection
 

Detailed Description

Definition at line 11 of file ServiceNameStore.cs.


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