Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsValid()

static unsafe bool System.IPv6AddressHelper.IsValid ( char * name,
int start,
ref int end )
inlinestaticpackage

Definition at line 234 of file IPv6AddressHelper.cs.

235 {
236 return InternalIsValid(name, start, ref end, validateStrictAddress: false);
237 }
static unsafe bool InternalIsValid(char *name, int start, ref int end, bool validateStrictAddress)

References System.IPv6AddressHelper.InternalIsValid(), and System.start.

Referenced by System.Uri.CheckAuthorityHelper(), and System.Uri.CheckHostName().