Click or drag to resize

YCompServerProxyGetFreeTCPPort Method

Searches for a free TCP port in the range 4242-4251. To be called in order to obtain a free yComp port to i) start yComp at ii) communicate with yComp.

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public static int GetFreeTCPPort()

Return Value

Int32
A free TCP port, or throws an exception if all are occupied
See Also