Discuss this help topic in SecureBlackbox Forum

TElXMLHashDataInfo.URIData

TElXMLHashDataInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Containes the data referenced by the URI attribute.

Declaration

[C#]
    byte[] URIData;

[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.

See also:     URI     URINode    

Discuss this help topic in SecureBlackbox Forum