start_with_socket
Description:
[ Version ( since = "1.1.13" ) ]
public bool start_with_socket (Socket socket, string argv, string envp) throws Error
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.
Parameters:
| this |
a valid ClientHelper instance |
| socket |
the (bound and listening) Socket instance to use |
| argv |
the executable, along with any arguments |
| envp |
the environment |
Returns:
|
|