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

◆ FindServicePoint() [1/3]

static ServicePoint System.Net.ServicePointManager.FindServicePoint ( string uriString,
IWebProxy? proxy )
inlinestatic

Definition at line 132 of file ServicePointManager.cs.

133 {
134 return FindServicePoint(new Uri(uriString), proxy);
135 }
static ServicePoint FindServicePoint(Uri address)

References System.Net.ServicePointManager.FindServicePoint().