VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain.ImageUploading.Ftp Namespace / LogOnType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    LogOnType Enumeration
    In This Topic
    Specifies available types of proxy servers.
    Syntax
    'Declaration
    
    Public Enum LogOnType
       Inherits System.Enum
    
    
    public enum LogOnType : System.Enum
    
    
    __value public enum LogOnType : public System.Enum
    
    
    public enum class LogOnType : public System.Enum
    
    
    Members
    MemberDescription
    NoFirewallNo firewall/proxy.
    SiteHostnameSite hostname
    UserAfterLogOnUSER after logon
    ProxyOpenProxy OPEN
    TransparentTransparent
    UserWithNoLogOnUSER with no logon
    UserFireIdRemoteHostUSER fireID@remotehost
    UserRemoteIdRemoteHostFireIdUSER remoteID@remoteHost fireID
    UserRemoteIdFireIdRemoteHostUSER remoteID@fireID@remoteHost
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Twain.ImageUploading.Ftp.LogOnType

    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also