 | 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.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic static int GetFreeTCPPort()
Return Value
Int32A free TCP port, or throws an exception if all are occupied
See Also