Click or drag to resize

Utils_IISIsPortFree Method

Checks if the given port is not already taken on the current machine.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static bool IsPortFree(
	int port
)

Parameters

port
Type: SystemInt32

Return Value

Type: Boolean
See Also