MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetUseAgent

Method SetUseAgent

src/FTPProfile.cpp:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441int FTPProfile::SetUseAgent(bool useAgent) {
442 m_useAgent = useAgent;
443 return 0;
444}
445
446AuthenticationMethods FTPProfile::GetAcceptedMethods() const {
447 return m_acceptedMethods;

Callers 2

CreateWrapperMethod · 0.45
OnCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected