 | 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.2
Syntaxpublic static int GetFreeTCPPort()
Return Value
Type:
Int32A free TCP port, or throws an exception if all are occupied
See Also