Discuss this help topic in SecureBlackbox Forum

TElMultipartFormData.Content

TElMultipartFormData     See also     


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


Data content.

Declaration

[C#]
    byte[] Content;

[VB.NET]
    Property Content As Byte()

[Pascal]
    property Content : ByteArray;

[C++]
    void get_Content(std::vector<uint8_t> &OutResult);

[PHP]
    string get_Content()

[Java]
    byte[] getContent();

Description

    This property provides access to the form-data content.

See also:     Headers     IsMultipart    

Discuss this help topic in SecureBlackbox Forum