Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.Server

TElHTTPServerResponseParams     


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


Specifies the Server response-header.

Declaration

[C#]
    string Server;

[VB.NET]
    Property Server As String

[Pascal]
    property Server : string;

[C++]
    void get_Server(std::string &OutResult);
    void set_Server(const std::string &Value);

[PHP]
    string get_Server()
    void set_Server(string $Value)

[Java]
    String getServer();
    void setServer(String Value);

Description

    This property specifies the Server response header (please see the RFC #2616 for further information).

Discuss this help topic in SecureBlackbox Forum