Discuss this help topic in SecureBlackbox Forum

TElSAMLPOSTBinding.Body

TElSAMLPOSTBinding     


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


Contains the form body.

Declaration

[C#]
    string Body;

[VB.NET]
    Property Body As String

[Pascal]
    property Body : string;

[C++]
    void get_Body(std::string &OutResult);
    void set_Body(const std::string &Value);

[PHP]
    string get_Body()
    void set_Body(string $Value)

[Java]
    String getBody();
    void setBody(String Value);

Description

This property contains the HTTP form control body.

Discuss this help topic in SecureBlackbox Forum