Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomRequestParams.Host

TElHTTPCustomRequestParams     


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


Specifies the Host header of HTTP request.

Declaration

[C#]
    string Host;

[VB.NET]
    Property Host As String

[Pascal]
    property Host : string;

[C++]
    void get_Host(std::string &OutResult);
    void set_Host(const std::string &Value);

[PHP]
    string get_Host()
    void set_Host(string $Value)

[Java]
    String getHost();
    void setHost(String Value);

Description

    This property specifies the Host header of HTTP request. This header contains the host and port number of the resource being requested (please see the RFC #2616 for further information).

Discuss this help topic in SecureBlackbox Forum