C# Class SizSelCsZzz.Extras.TCPUtil

Mostrar archivo Open project: fschwiet/SizSelCsZzz Class Usage Examples

Public Methods

Method Description
GetAvailableTCPPort ( int minValue, int maxValue ) : int
HasExistingTCPListener ( int port ) : bool

Method Details

GetAvailableTCPPort() public static method

public static GetAvailableTCPPort ( int minValue, int maxValue ) : int
minValue int
maxValue int
return int

HasExistingTCPListener() public static method

public static HasExistingTCPListener ( int port ) : bool
port int
return bool