withProxySourceConfig method
Sets the proxy source configuration
This determines which proxy sources will be used
Implementation
PivoxBuilder withProxySourceConfig(ProxySourceConfig sourceConfig) {
_sourceConfig = sourceConfig;
return this;
}
Sets the proxy source configuration
This determines which proxy sources will be used
PivoxBuilder withProxySourceConfig(ProxySourceConfig sourceConfig) {
_sourceConfig = sourceConfig;
return this;
}