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
|
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 |
Definition at line 11 of file ServiceNameStore.cs.