| 
    Couchbase Lite C
    
   Couchbase Lite C API 
   | 
 
Proxy settings for the replicator. More...
#include <cbl/CBLReplicator.h>
Data Fields | |
| CBLProxyType | type | 
| Type of proxy.  More... | |
| FLString | hostname | 
| Proxy server hostname or IP address.  More... | |
| uint16_t | port | 
| Proxy server port.  More... | |
| FLString | username | 
| Username for proxy auth (optional)  More... | |
| FLString | password | 
| Password for proxy auth.  More... | |
Proxy settings for the replicator.
| FLString CBLProxySettings::hostname | 
Proxy server hostname or IP address.
| FLString CBLProxySettings::password | 
Password for proxy auth.
| uint16_t CBLProxySettings::port | 
Proxy server port.
| CBLProxyType CBLProxySettings::type | 
Type of proxy.
| FLString CBLProxySettings::username | 
Username for proxy auth (optional)