Client - SetProxyType
[C]
__cdecl FlowSshC_Client_SetProxyType
FlowSshC_Client* client,
unsigned int type);
[C++]
[Client] void SetProxyType(unsigned int type);
[C#]
[ClientBase] public void SetProxyType(ProxyType type);
Parameters
- [C] client: FlowSshC_Client pointer.
- type: A ProxyType enumeration.
Remarks
Use SetProxyType to specify your proxy server type. The library supports SOCKSv4, SOCKSv5, and HTTP CONNECT proxy servers. The use of proxy servers is disabled by default.