VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain.ImageUploading.Ftp Namespace / FtpUpload Class
Конструкторы Свойства Методы События Смотрите также
В этом разделе
    Члены типа FtpUpload Class
    В этом разделе
    В следующих таблицах перечислены элементы, предоставляемые FtpUpload.
    Публичные Конструкторы
     ИмяОписание
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Публичные Свойства
     ИмяОписание
    Public PropertyAccount on FTP server. It is used only when the proxy server is used.
    Public PropertyDetermines how many bytes will be uploaded onto FTP server.
    Public PropertyDetermines how many bytes are uploaded onto FTP server.
    Public PropertyReturns an error code of an image uploading process.
    Public PropertyReturns an error string of an image uploading process.
    Public PropertyFTP server name or IP address.
    Public PropertyProxy server type.
    Public PropertySets the passive/active method of transfer the file to the server.
    Public PropertyFTP server password.
    Public PropertyPath on a FTP server, for example "/imgs/".
    Public PropertyFTP server port.
    Public PropertyProxy server name or IP address.
    Public PropertyProxy server password.
    Public PropertyProxy server port.
    Public PropertyProxy server user.
    Public PropertyReturns a status code of an image uploading process.
    Public PropertyReturns a status string of an image uploading process.
    Public PropertyTimeout in milliseconds assigned to the read-write operations with server.
    Public PropertyFTP server user.
    Публичные Методы
     ИмяОписание
    Public MethodAborts current uploading process.
    Public MethodAdds file information to the FTP request.
    Public MethodClears file information in FTP request.
    Public MethodSends data to the FTP server.
    Публичные События
     ИмяОписание
    Public EventOccurs when the image uploading process is completed.
    Public EventOccurs when the progress is changed.
    Public EventOccurs when the status is changed.
    Смотрите также