/
xcon.SetProxy
xcon.SetProxy
Description
This function can be used to configure a web proxy for an established connection.
Signature
void xcon.SetProxy (string, string, number, string, string)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | Handle that identifies the connection within the LUA script. | |
string | M | Host or IP address of proxy server. | |
number | M | Port number of proxy server. | |
string | M | Username for proxy connection. Empty if authentication is not required. | |
| string | M | Password for proxy connection. Empty if authentication is not required. |
, multiple selections available,
Related content
xcon.CreateHTTP
xcon.CreateHTTP
More like this
xcon.Create
xcon.Create
More like this
xcon.CreateTCP
xcon.CreateTCP
More like this
xcon.SendTo
xcon.SendTo
More like this
xcon.SendTextTo
xcon.SendTextTo
More like this
xcon.Send
xcon.Send
More like this