#include "dinamo.h"
Data Fields | |
char | szAddr[MAX_HTTP_ADDR_LEN+1] |
char | szAPIToken[MAX_HTTP_API_TOKEN_LEN+1] |
DWORD | dwTimeout |
Data for opening authenticated HTTP sessions with Dinamo Services. This structure is mainly used by the DOpenSession() function.
char szAddr[MAX_HTTP_ADDR_LEN+1] |
Service address of Dinamo Services. Maximum size of MAX_HTTP_ADDR_LEN.
char szAPIToken[MAX_HTTP_API_TOKEN_LEN+1] |
API token. Access key generated at Dinamo Services. Maximum size of MAX_HTTP_API_TOKEN_LEN.
DWORD dwTimeout |
Operation timeout in milliseconds. If 0 is passed, no timeout is set and the operation can wait until a response is received. Passing 0 in this field is not recommended.