Version

SecureImagePipe Constructor

Creates an instance of secure image pipe for delivering chart images on web.
Syntax
'Declaration
 
Public Function New()
public SecureImagePipe()
Remarks

Because charts in your web application may contain sensitive or confidential data, UltraWebChart provides a secure channel for chart images via the SecureImagePipe. The SecureImagePipe establishes connection between the server and the browser that is used to transmit all chart image data. The SecureImagePipe property provides access to the settings of the secure image pipe, such as the format that will be used to stream the image and whether the browser will cache images locally.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also