mg_connect_client( host, port, use_ssl, error_buffer, error_buffer_size );
Parameter | Type | Description |
---|---|---|
host |
const char * |
|
port |
int |
|
use_ssl |
int |
|
error_buffer |
char * |
|
error_buffer_size |
size_t |
Type | Description |
---|---|
struct mg_connection * |