Discuss this help topic in SecureBlackbox Forum
Containes the data referenced by the URI attribute.
Declaration
[VB.NET]
Property URIData As Byte()
[Pascal]
property URIData : ByteArray {array of byte};
[C++]
void get_URIData(std::vector<uint8_t> &OutResult);
void set_URIData(const std::vector<uint8_t> &Value);
[PHP]
string get_URIData()
void set_URIData(array of byte|string|NULL $Value)
[Java]
byte[] getURIData();
void setURIData(byte[] Value);
Description
URIData contains the data referenced by the
URI.
It is used for HTTP and other URI-referenced resources.
Discuss this help topic in SecureBlackbox Forum