MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / IsConnected

Method IsConnected

deps/FtpClient/FTPClient.cpp:405–408  ·  view source on GitHub ↗

Returns the connection state of the client.

Source from the content-addressed store, hash-verified

403
404/// Returns the connection state of the client.
405bool CFTPClient::IsConnected() const
406{
407 return m_apSckControlConnection->operator SOCKET()!=INVALID_SOCKET;
408}
409
410/// Returns true if a download/upload is running, otherwise false.
411bool CFTPClient::IsTransferringData() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected