InternetProxy
Properties:
BypassProxyOnLocal
Password
User
Methods:
Port
Server
Set
UseOSAuthentication
User
Constructors:
Description:
Allows using the authentication by user name and password or NTLM (Integrated Security) authentication (in 1C:Enterprise version for Windows).
The NTLM authentication is used by default for proxy-servers, which support the given authentication method. It doesn't require additional settings. That means that the NTLM authentication will be used in case of proxy is not set or it is set without user name and password specified in the HTTPConnection object constructor.
Setting proxy with specified user name and password in the HTTPConnection object constructor disables the NTLM authentication. In this case the HTTP Basic authentication is used as an authentication method.
Availability:
See also:
FTPConnection, property Proxy
FTPConnection, constructor Based on connection server