Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ValidatePortNumber()
[2/2]
static
bool
System.Net.TcpValidationHelpers.ValidatePortNumber
(
int
port
)
inline
static
Definition at line
5
of file
TcpValidationHelpers.cs
.
6
{
7
if
(port >= 0)
8
{
9
return
port <= 65535;
10
}
11
return
false
;
12
}
System
Net
TcpValidationHelpers
Generated by
1.10.0