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

◆ Parse() [2/2]

static IPEndPoint System.Net.IPEndPoint.Parse ( string s)
inlinestatic

Definition at line 104 of file IPEndPoint.cs.

105 {
106 if (s == null)
107 {
108 throw new ArgumentNullException("s");
109 }
110 return Parse(s.AsSpan());
111 }
static IPEndPoint Parse(string s)

References System.Net.IPEndPoint.Parse(), and System.s.

Referenced by System.Net.IPEndPoint.Parse().