static bool ContainsCharactersUnsafeForNormalizedHost(string host)
 
static bool IsValidDomainLabelCharacter(char character, ref bool notCanonical)
 
static bool IsASCIILetterOrDigit(char character, ref bool notCanonical)
 
static readonly IdnMapping s_idnMapping
 
static bool TryGetUnicodeEquivalent(string hostname, ref System.Text.ValueStringBuilder dest)
 
static string ParseCanonicalName(string str, int start, int end, ref bool loopback)
 
static unsafe bool IsValid(char *name, int pos, ref int returnedEnd, ref bool notCanonical, bool notImplicitFile)
 
static readonly char[] s_UnsafeForNormalizedHost
 
static string IdnEquivalent(string hostname)
 
static unsafe bool IsValidByIri(char *name, int pos, ref int returnedEnd, ref bool notCanonical, bool notImplicitFile)