VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Twain.ImageUploading.Http Namespace / HttpUpload Class
Members Object Syntax Remarks Example Hierarchy Requirements SeeAlso
In This Topic
HttpUpload Class
In This Topic
Provides an asynchronous uploading of files to HTTP or HTTPS server.
Object Model
HttpUpload
Syntax
'Declaration

Public NotInheritable Class HttpUpload

public sealed class HttpUpload

Remarks

Class allows to:

  • transfer multiple files asynchronously
  • get answer from the server
  • use any authentication methods supported by .NET Framework
  • get information about status of an uploading process
  • get information about a progress of an uploading process
  • get information about error if an uploading process was not completed successfully
  • abort an uploading process

Example

Please see example here: PostData.

Inheritance Hierarchy

System.Object
   Vintasoft.Twain.ImageUploading.Http.HttpUpload

Requirements

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

See Also