Click or drag to resize

ImageImageURL Property

** NOTE: ADDED in CFX 1.4 **

For image transfers using FileTransferMode.OutOfBand, this property contains a secure hyperlink (URL) that may be used to download the image payload data. Otherwise, this property should be NULL. Only encrypted, secure protocols (eg. https:// , sftp:// , etc) should be used for out of band transfers. The CFX standard does not define any specific protcol for out of band transfers, so end-users are free to use a secure protocol of their choosing. URL's may contain authentication information using industry standard URL formatting (eg. https://[username]:[password]@server.domain.com/DataFiles/DataFile1.json ). Other forms of authentication, such as file access tokens and keys as URL parameters, are also acceptable. CFX is flexible, and supports any encryption scheme, protocol, and authentication mechanism where all data information necessary to access the data file securely can be contained in standard URL format.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public string ImageURL { get; set; }

Property Value

String
See Also