[ Version ( since = "1.1.13" ) ]
public bool start_with_socket (Socket socket, string argv, string envp) throws Error
Starts the helper process, by running the helper process and setting up the socket for use.
this |
a valid ClientHelper instance |
socket |
the (bound and listening) Socket instance to use |
argv |
the executable, along with any arguments |
envp |
the environment |
|