NeedAuthentication: Boolean;
The NeedAuthentication property determines whether proxy server authentication is required.
Available values:
True. Indicates whether authentication is required. Determine the INetServiceProxy.User and INetServiceProxy.Password properties.
False. Default value. Authentication is not required.
The example of use is given in description of the INetServiceProxy.Active property.
See also: