Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomRequestParams.From

TElHTTPCustomRequestParams     


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


Specifies the From header of HTTP request.

Declaration

[C#]
    string From;

[VB.NET]
    Property From As String

[Pascal]
    property From : string;

[C++]
    void get_From(std::string &OutResult);
    void set_From(const std::string &Value);

[PHP]
    string get_From()
    void set_From(string $Value)

[Java]
    String getFrom();
    void setFrom(String Value);

Description

    This property specifies the From header of HTTP request. This header specifies the e-mail address for the human user who controls the requesting user agent (please see the RFC #2616 for further information).

Discuss this help topic in SecureBlackbox Forum