Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.ServiceNameStore Class Referencesealed

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
 

Detailed Description

Definition at line 9 of file ServiceNameStore.cs.


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