|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
| static int | ParseHostNumber (ReadOnlySpan< char > str, int start, int end) |
| static unsafe bool | IsValid (char *name, int start, ref int end, bool allowIPv6, bool notImplicitFile, bool unknownScheme) |
| static unsafe bool | IsValidCanonical (char *name, int start, ref int end, bool allowIPv6, bool notImplicitFile) |
| static unsafe long | ParseNonCanonical (char *name, int start, ref int end, bool notImplicitFile) |
| static unsafe string | ParseCanonicalName (string str, int start, int end, ref bool isLoopback) |
| static int | ParseHostNumber (ReadOnlySpan< char > str, int start, int end) |
| static unsafe bool | IsValid (char *name, int start, ref int end, bool allowIPv6, bool notImplicitFile, bool unknownScheme) |
| static unsafe bool | IsValidCanonical (char *name, int start, ref int end, bool allowIPv6, bool notImplicitFile) |
| static unsafe long | ParseNonCanonical (char *name, int start, ref int end, bool notImplicitFile) |
Static Private Member Functions | |
| static unsafe bool | Parse (string name, byte *numbers, int start, int end) |
Definition at line 5 of file IPv4AddressHelper.cs.