Client - SetHost
[C]
__cdecl FlowSshC_Client_SetHost
FlowSshC_Client* client,
wchar_t const* host);
[C++]
[Client] void SetHost(wchar_t const* host);
[C#]
[ClientBase] public void SetHost(string host);
Parameters
- [C] client: FlowSshC_Client pointer.
- host: The SSH server that you wish to connect to. This may be a DNS name or an IP address.
Remarks
Use SetHost to specify the SSH server that you wish to connect to. By default, host is an empty string.