HttpClientProxyOptions
in package
Read onlyYes
HttpClient プロキシ設定データ。
Table of Contents
Properties
Methods
- __construct() : mixed
- 生成。
Properties
$host
public
string
$host
$password
public
string
$password
= Text::EMPTY
$port
public
int
$port
$userName
public
string
$userName
= Text::EMPTY
Methods
__construct()
生成。
public
__construct(string $host, int $port[, string $userName = Text::EMPTY ][, string $password = Text::EMPTY ]) : mixed
Parameters
- $host : string
- $port : int
- $userName : string = Text::EMPTY
- $password : string = Text::EMPTY