'encoding UTF-8 Do not remove or change this line! '************************************************************************* ' ' Licensed to the Apache Software Foundation (ASF) under one ' or more contributor license agreements. See the NOTICE file ' distributed with this work for additional information ' regarding copyright ownership. The ASF licenses this file ' to you under the Apache License, Version 2.0 (the ' "License"); you may not use this file except in compliance ' with the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, ' software distributed under the License is distributed on an ' "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ' KIND, either express or implied. See the License for the ' specific language governing permissions and limitations ' under the License. ' '************************************************************************* '* '* short description : Tools to ease working with web functionality '* '\****************************************************************************** function hSetProxies( HTTP_Server as string, HTTP_Port as string, _ FTP_Server as string, FTP_Port as string, _ NoProxyFor as string ) as integer use "global\tools\includes\optional\t_control_objects.inc" '///

Configure proxy settings via Tools/Options Internet page

'///Starting point is a plain document of any type
'///If all fields are empty The proxy will be set to "None"
'///Input: '///
    '///+
  1. HTTP Server name (string)
  2. '/// '///+
  3. HTTP Server port
  4. '/// '///+
  5. FTP Server name (string)
  6. '/// '///+
  7. FTP Server port
  8. '/// '///+
  9. Exclude domains (string)
  10. '/// '///
'///Returns: '///
    '///+
  1. Errorcondition
  2. '/// '///
'///Description: '/// end function