Sets or returns whether SSL is used when uploading or downloading images.
Boolean
ObjectName. IfSSL
The default value is FALSE. This property is used with HTTPPort property.
|
IfSSL |
HTTPPort |
Actions |
| TRUE | The value of HTTPPort property must be the port number of secure port |
The images will be uploaded or downloaded via SSL. |
| FALSE | The value of HTTPPort property must be the port number of non-secure port |
The images will be uploaded or downloaded via non-SSL. |
When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.
HTTPPort property, HTTPDownload(), HTTPUploadThroughPost(), HTTPUploadThroughPut(), HTTPUploadAllThroughPostAsMultiPageTIFF(), HTTPUploadAllThroughPutAsMultiPageTIFF()
The following sample shows how to use IfSSL property.
JavaScript Sample:
<script language="javascript"> function btnUpload_onclick() |