VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain.ImageUploading.Ftp Namespace / StatusCode Enumeration
Синтаксис Члены типа Иерархия Требования Смотрите также
В этом разделе
    StatusCode Перечисление
    В этом разделе
    Specifies available statuses of an image uploading process to FTP server.
    Синтаксис
    'Declaration
    
    Public Enum StatusCode
       Inherits System.Enum
    
    
    public enum StatusCode : System.Enum
    
    
    __value public enum StatusCode : public System.Enum
    
    
    public enum class StatusCode : public System.Enum
    
    
    Члены типа
    Член типаОписание
    NoneFTP transfer is not working.
    ConnectingToServerConnecting to the server.
    OpeningControlChannelOpening the control channel.
    LoggingOntoServerLogging to the server.
    SettingBinaryModeSetting binary mode of transfer.
    CreatingDirectoriesCreating necessary directories.
    InitConnectionForTransferInitializing connection for transfer.
    SendingStoreCommandSending STORE command.
    GettingResponseToStoreCommandGetting response onto STORE command.
    SendingDataSending data onto the server.
    DataTransferredData was transferred onto the server.
    LoggingOutLogging off from the server.
    TransferCompletedTransfer completed.
    Иерархия наследования

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

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также