VintaSoftTwain Control v6.0
VintaSoftTwain Object / HttpUpload_SetProxyServerParams Method
The string with proxy server host name. May be as IP address.

Proxy server port.

In This Topic
    HttpUpload_SetProxyServerParams Method
    In This Topic
    Description
    Sets parameters that should be used for connecting to HTTP proxy server.
    Syntax
    Visual Basic
    Public Function HttpUpload_SetProxyServerParams( _
       ByVal server As String, _
       ByVal port As Integer _
    ) As Boolean
    Parameters
    server
    The string with proxy server host name. May be as IP address.
    port

    Proxy server port.

    Return Type
    TRUE (1) if method is executed successfully, FALSE (0) otherwise.
    Remarks
    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    Example
    TWAIN Advanced Demo demonstrates how to acquire image from scanner and upload it onto HTTP server.
    See Also