Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Netty
NetworkUtility
C# Class Netty.NetworkUtility
A class that represents a set of Network related functions.
Mostrar archivo
Open project: Cayan-LLC/netty
Class Usage Examples
Public Methods
Method
Description
FindRandomOpenPort
( ) :
int
Finds a random open port.
Private Methods
Method
Description
IsPortBeingUsed
(
int
localPort
) :
bool
Determines whether the specified port is being used.
Method Details
FindRandomOpenPort()
public
static
method
Finds a random open port.
public
static
FindRandomOpenPort
( ) :
int
return
int