Client - SetProxyPort
[C]
__cdecl FlowSshC_Client_SetProxyPort
FlowSshC_Client* client,
unsigned int port);
[C++]
[Client] void SetProxyPort(unsigned int port);
[C#]
[ClientBase] public void SetProxyPort(uint port);
Parameters
- [C] client: FlowSshC_Client pointer.
- port: The port number of the proxy server to which you are connecting.
Remarks
Use SetProxyPort to specify a port number of the proxy server to which you are connecting. By default port 1080 is used.