Skip to content

Session Proxy Data DTO Reference

The NjoguAmos\Waha\Dto\SessionProxyData contains proxy configuration.

serverstring

The proxy server URL.

php
$session->config->proxy->server; // "http://proxy.example.com:8080"

usernamestring

The proxy server username.

php
$session->config->proxy->username; // "user"

passwordstring

The proxy server password.

php
$session->config->proxy->password; // "pass"

Released under the MIT License.