SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ProxyAuthentication Property

The authentication type used by the proxy server.

Object Oriented Interface

public function getProxyAuthentication();
public function setProxyAuthentication($value);

Procedural Interface

secureblackbox_httpclient_get($res, 58 );
secureblackbox_httpclient_set($res, 58, $value );

Default Value

0

Remarks

The authentication type used by the proxy server.

patNoAuthentication0
patBasic1
patDigest2
patNTLM3

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]