|
Terraria v1.4.4.9
Terraria source code documentation
|
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] |
Private Member Functions | |
| bool | AddSingleServiceName (string spn) |
| bool | Contains (string newServiceName) |
| string | ExtractHostname (string uriPrefix, bool allowInvalidUriStrings) |
Static Private Member Functions | |
| static string | NormalizeServiceName (string inputServiceName) |
Private Attributes | |
| readonly List< string > | _serviceNames |
| ServiceNameCollection | _serviceNameCollection |
Definition at line 9 of file ServiceNameStore.cs.