C# Class Netty.NetworkUtility

A class that represents a set of Network related functions.
Afficher le fichier Open project: Cayan-LLC/netty Class Usage Examples

Méthodes publiques

Méthode Description
FindRandomOpenPort ( ) : int

Finds a random open port.

Private Methods

Méthode Description
IsPortBeingUsed ( int localPort ) : bool

Determines whether the specified port is being used.

Method Details

FindRandomOpenPort() public static méthode

Finds a random open port.
public static FindRandomOpenPort ( ) : int
Résultat int