Discuss this help topic in SecureBlackbox Forum

TElOAuth2Request.Body

TElOAuth2Request     See also     


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


Returns the request body.

Declaration

[C#]
    byte[] Body;

[VB.NET]
    Property Body As Byte()

[Pascal]
    property Body : ByteArray;

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

[PHP]
    string get_Body()

[Java]
    byte[] getBody();

Description

    Use this property to get the body of the request.

See also:     Header    

Discuss this help topic in SecureBlackbox Forum