Client - SetProxyUserName
[C]
__cdecl FlowSshC_Client_SetProxyUserName
FlowSshC_Client* client,
wchar_t const* userName);
[C++]
[Client] void SetProxyUserName(wchar_t const* userName);
[C#]
[ClientBase] public void SetProxyUserName(string userName);
Parameters
- [C] client: FlowSshC_Client pointer.
- userName: Name used to authenticate with the proxy server.
Remarks
Use SetProxyUserName to specify the name used to authenticate with the proxy server. SOCKSv4 (including SOCKSv4a) does not support authentication.