typedef struct { VMCHAR* host; VMINT port; vm_ssl_connection_callback connection_callback; VM_SSL_VERIFY_TYPE authorize_mode; VMCHAR* user_agent; } vm_ssl_context_t;
typedef struct { VMCHAR* host; VMINT port; vm_ssl_connection_callback connection_callback; VM_SSL_VERIFY_TYPE authorize_mode; VMCHAR* user_agent; } vm_ssl_context_t;
SSL configuration context
vmssl.h
|
Members |
Description |
|
VMCHAR* host; | |
|
VMINT port; |
Port at which connection will be made. |
|
vm_ssl_connection_callback connection_callback; |
Callback function for connection events, e.g data available for reading. Refer to VM_SSL_EVENT for details. |
|
VM_SSL_VERIFY_TYPE authorize_mode; |
Verification type used. See VM_SSL_VERIFY_TYPE. |
|
VMCHAR* user_agent; |
User agent string to pass to host. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.