Client - SetProxyPassword

[C]

__cdecl FlowSshC_Client_SetProxyPassword
  FlowSshC_Client* client,
  wchar_t const* password);

[C++]

[Client] void SetProxyPassword(wchar_t const* password);

[C#]

[ClientBase] public void SetProxyPassword(string password);

Parameters

  • [C] client: FlowSshC_Client pointer.
  • password: Password to log in with to the proxy server

Remarks

Use SetProxyPassword to specify a password used for authentication with the proxy server.