Click or drag to resize

UtilitiesPortOpen Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Checks TCP port and scans for an available TCP port on the host system

Namespace:  Furcadia.Net.Utils
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static bool PortOpen(
	int port
)

Parameters

port
Type: SystemInt32
ref TCP Port

Return Value

Type: Boolean
True when a port is found available
Exceptions
ExceptionCondition
ArgumentException Thrown when port is 0
See Also