|

ProxyData


(table)A table containing the user's proxy information. You can pass nil (the default) to use the default proxy settings that are currently configured through Internet Explorer (recommended), or pass a table of specific proxy settings. (You may need to gather this information from the user.)


The table is indexed by the following keys:



KEY


TYPE DESCRIPTION


PUserName


string


The proxy user name.


PPassword


string


The proxy password.


PServerAddress


string


The proxy server address.


|