VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain.ImageUploading.Http Namespace / HttpUpload Class
In This Topic
    HttpUpload Class Properties
    In This Topic
    For a list of all properties of this type, see HttpUpload.
    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.
    See Also