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

◆ UriBuilder() [6/7]

System.UriBuilder.UriBuilder ( string? scheme,
string? host,
int port,
string? pathValue )
inline

Definition at line 221 of file UriBuilder.cs.

222 : this(scheme, host, port)
223 {
224 Path = pathValue;
225 }

References System.UriBuilder.Path.