Couchbase Lite C
Couchbase Lite C API
Data Fields
CBLProxySettings Struct Reference

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...
 

Detailed Description

Proxy settings for the replicator.

Field Documentation

◆ hostname

FLString CBLProxySettings::hostname

Proxy server hostname or IP address.

◆ password

FLString CBLProxySettings::password

Password for proxy auth.

◆ port

uint16_t CBLProxySettings::port

Proxy server port.

◆ type

CBLProxyType CBLProxySettings::type

Type of proxy.

◆ username

FLString CBLProxySettings::username

Username for proxy auth (optional)


The documentation for this struct was generated from the following file: