LocalProxyServer

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

 

Name

LocalProxyServer                                                                                  

Purpose

Property to get or set the information of the proxy server that is used to reach the Web Activation.

Params

None

Returncode

Returncode

Type String

Note

Servername or IP address

Computername or IP address. UseLocalProxy has to be on, UseLocalIEProxy has to be off.

Usage

Change the connection setting individually for every user.

Sample

 

  lic.UseLocalProxy := true;             // use a proxy

  lic.UseLocalIEProxy := false;          // but not the proxy from Internet Explorer

  lic.LocalProxyServer := ‘192.168.1.1’; // set the proxy

  lic.LocalProxyPort := 80;              // set the port of this proxy server

See also

Web Activation, WebServiceURL, WebRegister, ApplyActivationKey, ApplyActivationKeyForProject,  ShowWAStartPage, ShowWAProgress Page ShowWAResultPage, UseLocalProxy, UseLocalIEProxy, LocalProxyPort, Projectname

 

Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?fr_localproxyserver.htm