TestPort
Verify if the proxy at the given port is currently online.
int TestPort(int port)
Parameters
port: Port to test.
Return Value
int: 1 if online/OK.
Example
// example
TestPort(10001);
Last updated
Was this helpful?