HTTPSocket.HTTPProxyPort
From Xojo Documentation
Property (As Integer )
aHTTPSocket.HTTPProxyPort = newIntegerValue
or
IntegerValue = aHTTPSocket.HTTPProxyPort
New in 5.5
Supported for all project types and targets.
or
IntegerValue = aHTTPSocket.HTTPProxyPort
New in 5.5
Supported for all project types and targets.
The proxy port; required only if you are connecting via proxy.
Example
This example sets the proxy port.
Me.HTTPProxyPort = 6960