'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
'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
Member | Description |
---|---|
None | FTP transfer is not working. |
ConnectingToServer | Connecting to the server. |
OpeningControlChannel | Opening the control channel. |
LoggingOntoServer | Logging to the server. |
SettingBinaryMode | Setting binary mode of transfer. |
CreatingDirectories | Creating necessary directories. |
InitConnectionForTransfer | Initializing connection for transfer. |
SendingStoreCommand | Sending STORE command. |
GettingResponseToStoreCommand | Getting response onto STORE command. |
SendingData | Sending data onto the server. |
DataTransferred | Data was transferred onto the server. |
LoggingOut | Logging off from the server. |
TransferCompleted | Transfer completed. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.WpfTwain.ImageUploading.Ftp.StatusCode
Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5