VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain.ImageUploading.Http Namespace / HttpUpload Class
Constructors Properties Methods Events SeeAlso
In This Topic
    HttpUpload Class Members
    In This Topic
    The following tables list the members exposed by HttpUpload.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that indicates whether the request should follow redirection responses.
    Public PropertyGets the count of bytes that should be uploaded to HTTP server.
    Public PropertyGets the count of bytes that already uploaded to HTTP server.
    Public PropertyGets or sets the cookie header for current HTTP uploading session.
    Public PropertyProvides authentication information for the request.
    Public PropertyGets the error code of current uploading process.
    Public PropertyGets the error string of current uploading process.
    Public PropertyGets or sets the maximum number of redirects that the request will follow.
    Public PropertyGets or sets the name or IP address of the proxy server host.
    Public PropertyGets or sets the proxy server password.
    Public PropertyGets or sets the proxy server port.
    Public PropertyGets or sets the proxy server user.
    Public PropertyGets or sets the URL of web resource from which the POST request is sent.
    Public PropertyGets the response code from the server.
    Public PropertyGets the response content from the HTTP server.
    Public PropertyGets the response string from the server.
    Public PropertyGets the status code of current uploading process.
    Public PropertyGets the status string of current uploading process.
    Public PropertyGet or sets the timeout, in milliseconds, assigned to the read-write operations with server.
    Public PropertyGets or sets the URL of web resource to which the POST request should be sent.
    Public PropertyGets or sets a bool value that controls whether default credentials are sent with requests.
    Public Methods
     NameDescription
    Public MethodAborts current uploading process.
    Public MethodAdds file field information to the POST request.
    Public MethodAdds information about text field to the POST request.
    Public MethodClears the file fields in HTTP request.
    Public MethodClears the text fields in HTTP request.
    Public MethodSends data to the HTTP/HTTPS server by the POST method.
    Public Events
     NameDescription
    Public EventOccurs when the image uploading process is completed.
    Public EventOccurs when the progress is changed.
    Public EventOccurs when the status is changed.
    See Also