Client - SetProxyHost

[C]

__cdecl FlowSshC_Client_SetProxyHost
  FlowSshC_Client* client,
  wchar_t const* host);

[C++]

[Client] void SetProxyHost(wchar_t const* host);

[C#]

[ClientBase] public void SetProxyHost(string host);

Parameters

  • [C] client: FlowSshC_Client pointer.
  • host: The proxy server that you wish to connect to. This may be a DNS name or an IP address.

Remarks

Use SetProxyHost to specify the proxy server you wish to connect to. By default, host is an empty string.