Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IPv4AddressHelper Class Reference

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)
 

Detailed Description

Definition at line 5 of file IPv4AddressHelper.cs.


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