UserAuthenticator Delegate
NuGet: GHIElectronics.TinyCLR.Networking.Ftp
Assembly: GHIElectronics.TinyCLR.Networking.Ftp
Namespace: GHIElectronics.TinyCLR.Networking
Represents the method that handles user authentication for the FTP server.
public delegate void UserAuthenticator(object sender, UserAuthenticatorArgs e);