Client - SetProxyOptions[C] __cdecl FlowSshC_Client_SetProxyType
[C++] [Client] void SetProxyOptions(bool resolveLocally); [C#] [Client] public void SetProxyOptions(bool resolveLocally); Parameters
Remarks Use SetProxyOptions to specify how DNS names will be resolved - locally or by the proxy server. They are resolved locally by default. SOCKSv4 supports DNS names starting with the SOCKSv4a extension. Therefore, if your SOCKSv4 proxy does not support the SOCKSv4a extension, DNS names must be resolved locally (resolveLocally=true). |