Discuss this help topic in SecureBlackbox Forum
Accepts an inoming SOCK connection.
Declaration
Parameters
- CloseConnectionOnError - specifies whether to close the connection on error.
- ResolveAddress - specifies whether to resolve the destination address.
- OnAuthMethodChoose - the callback that is risen when the auth method has to be chosen.
- OnAuthPassword - the callback that is risen to request the auth password.
- OnConnect - the callback that is risen when the incoming connection is accepted.
- Timeout - specifies the maximum period of inactivity (in milliseconds) after which operation is cancelled.
- pMethodOnAuthMethodChoose - the callback that is risen when the auth method has to be chosen.
- pDataOnAuthMethodChoose - contains the data of pMethodOnAuthMethodChoose.
- pMethodOnAuthPassword - the callback that is risen to request the auth password.
- pDataOnAuthPassword - contains the data of pDataOnAuthPassword.
- pMethodOnConnect - the callback that is risen when the incoming connection is accepted.
- pDataOnConnect - contains the data of pDataOnConnect.
Description
This method is used by the server socket to accept SOCKS connection.
Discuss this help topic in SecureBlackbox Forum