Search found 5 matches

by dmitri_blinov
Fri Oct 15, 2010 4:39 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: New features request for version 7.1 of VintaSoftTwain.NET
Replies: 9
Views: 14668

Re: New features request for version 7.1 of VintaSoftTwain.NET

Alexander, It is not uncommon for SSL servers to require, for security reasons, some sort of authorization of its clients to permit requests. If SSL server is configured to use SSL client authentication, this means, during SSL negotiation, client must provide server with some X509 certificate in ord...
by dmitri_blinov
Thu Oct 14, 2010 5:26 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: New features request for version 7.1 of VintaSoftTwain.NET
Replies: 9
Views: 14668

Re: New features request for version 7.1 of VintaSoftTwain.NET

We would like to see the support for SSL client authentication while uploading images via HTTPS.
by dmitri_blinov
Wed Jul 07, 2010 7:40 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Proxy Settings
Replies: 3
Views: 7871

Re: Proxy Settings

Alex, the problem is real show stopper for us, should I better fill in official support request ?
by dmitri_blinov
Thu Jul 01, 2010 12:02 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Proxy Settings
Replies: 3
Views: 7871

Re: Proxy Settings

The code is actually very close to the one of in the examples. Here the code snippet for function that actually uploads the image. function UploadToHttpServer() { document.CustomerDocumentImageCreate2.btnScanUpload.disabled = 1; document.CustomerDocumentImageCreate2.btnScanRecognize.disabled = 1; if...
by dmitri_blinov
Wed Jun 30, 2010 9:16 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Proxy Settings
Replies: 3
Views: 7871

Proxy Settings

Hello, I'm trying to use 6.0.17.5 version of VintaSoftTwain.NET and I wonder if HttpUpload.ProxyPort and HttpUpload.ProxyHost properties are really used by HttpUpload module? The thing is I am setting the values of ProxyPort and ProxyHost to point to any nonexistent proxy and yet the image gets uplo...