testserver
string testserver(
string host,
int port,
string username,
string password,
bool encryption,
string cipher,
int timeout
);
Tries to connect to a server.
(string)
- Server host.(int)
- Port.(string)
- User name.(string)
- User password.(bool)
- The inscription should be used.(string)
- Cipher for use.(int)
- Connection timeout.string
result.