ProxyPort Parameter (Connect-TaxJar Cmdlet)
The TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.
Syntax
Connect-TaxJar -ProxyPort int
Data Type
int
Default Value
80
Remarks
The cmdlet only routes HTTP traffic through the proxy server port specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the cmdlet instead routes HTTP traffic through the proxy server port specified in your system proxy settings.
For other proxy types, see FirewallType.