ProxyAuthentication Property
The authentication type used by the proxy server.
Object Oriented Interface
public function getProxyAuthentication(); public function setProxyAuthentication($value);
Procedural Interface
secureblackbox_imapclient_get($res, 93 ); secureblackbox_imapclient_set($res, 93, $value );
Default Value
0
Remarks
The authentication type used by the proxy server.
| patNoAuthentication | 0 |
| patBasic | 1 |
| patDigest | 2 |
| patNTLM | 3 |
Data Type
Integer