Skip to main content

UserAuthenticatorArgs Class

Namespace: GHIElectronics.TinyCLR.Networking · Assembly: GHIElectronics.TinyCLR.Networking.Ftp

No description available.

public class UserAuthenticatorArgs : EventArgs

Constructors

UserAuthenticatorArgs(string user, string pass)

public UserAuthenticatorArgs(string user, string pass)

No description available.

ParameterTypeDescription
userstring
passstring

Properties

Result

public UserAuthenticationResult Result { get; set; }

Returns the result of the operation if it has completed. (inherited)

Fields

User

public string User

No description available.

Password

public string Password

No description available.