HTTPSecureSocket.HTTPProxyAddress
From Xojo Documentation
Property (As String )
aHTTPSecureSocket.HTTPProxyAddress = newStringValue
or
StringValue = aHTTPSecureSocket.HTTPProxyAddress
New in 5.5
Supported for all project types and targets.
or
StringValue = aHTTPSecureSocket.HTTPProxyAddress
New in 5.5
Supported for all project types and targets.
The proxy address; required only if you are connecting via proxy.
Example
This example specifies the proxy address. The proxy serves as a “middleman" to provide additional security or anonymity.
Me.HTTPProxyAddress = "130.25.0.1"